Insects¶
Insects dataset.
This dataset has different variants, which are:
- abrupt_balanced - abrupt_imbalanced - gradual_balanced - gradual_imbalanced - incremental-abrupt_balanced - incremental-abrupt_imbalanced - incremental-reoccurring_balanced - incremental-reoccurring_imbalanced - incremental_balanced - incremental_imbalanced - out-of-control
The number of samples and the difficulty change from one variant to another. The number of classes is always the same (6), except for the last variant (24).
Parameters¶
-
variant – defaults to
abrupt_balanced
Indicates which variant of the dataset to load.
Attributes¶
-
desc
Return the description from the docstring.
-
is_downloaded
Indicate whether or the data has been correctly downloaded.
-
path
Methods¶
download
take
Iterate over the k samples.
Parameters
- k (int)