Load iris and return [list(shape), class_counts, n_classes] — the shape of the…

Machine Learning · from Iris — and why it is too easy

load_irismulti-classclass_weightconfusion_matrixsmall-sample noise

Putting the kettle on…

Starting up…

Exercise 1

Load iris and return [list(shape), class_counts, n_classes] — the shape of the feature frame, the count per class as a list, and how many classes there are.

your answer
stuck? the lesson behind it
Iris — and why it is too easy
The most famous dataset in the field, and one flower is worth 3.33 accuracy points