0.7.1 - 2021-06-13¶
Fixed an issue where scikit-learn was imported in sam_knn.py but wasn't specified as a dependency.
expert¶
- Each expert model will now raise a
NotEnoughModelsexception if only a single model is passed.
stream¶
- Added
drop_nonesparameter tostream.iter_csv.