scikit-learn_bench
scikit-learn_bench copied to clipboard
ENH: Add incremental algorithms support
Description
- Added support of incremental algorithms
- Added config example for introduced functionality
- Fixed bug in report generator which led to fail in case if one of estimator attribute is not hashable
- Fixed warning in report generator which appeared in geomean calculation in case if Dataframe is empty.