irisdata
Fisher's Iris data set. Add this to your project with cargo add irisdata, then you can use these data however you want:
let virginica_avg_petal_length = IRIS_DATA
.iter
.filter_map
.
/ 50.;
assert_eq!;
Fisher's Iris data set. Add this to your project with cargo add irisdata, then you can use these data however you want:
let virginica_avg_petal_length = IRIS_DATA
.iter
.filter_map
.
/ 50.;
assert_eq!;