dabl.pipelines
.get_fast_classifiers¶
- dabl.pipelines.get_fast_classifiers(n_classes)[source]¶
Get a list of very fast classifiers.
- Parameters:
- n_classesint
Number of classes in the dataset. Used to decide on the complexity of some of the classifiers.
- Returns:
- fast_classifierslist of sklearn estimators
List of classification models that can be fitted and evaluated very quickly.