Releases: mljar/mljar-supervised
Releases · mljar/mljar-supervised
v1.1.15
Fixes
- fixed issues with new sklearn API #789, #788, #787
- setup matplotlib backend for AutoML and switch it back to original #785
v1.1.12
Fixes
- a lot of warning and bug fixes done in #777, #771, #762, #761, #760, #759, #758, #757, #756, #755, #754, #753, #752, #751, #750, #749, #743, #742, #733
🍁 Autumn release created thanks to amazing work of @maciekmalachowski, @a-szulc, @Marchlak 🚀 Thank you 🥇
v1.1.10
Fix warnings due to packages update.
v1.1.9
Fixes
- (#380) disable boost on errors step for custom strategy
- (#728) fix accuracy metric for Lightgbm
v1.1.7
Fixes
- (#725) fix styling of AutoML report, apply styles in the
mljar-automl-report
class
v1.1.6
Fixes
- fixed problems with
report()
(#714)
v1.1.5
Fixes
- fix xgboost warning (#667)
v1.1.4
Fixes
- fix sklearn/scipy warnings (#709)
- fix report display in JupyterLab (#710)
v1.1.1
I've added custom JSON Encoder that can handle numpy types. It fixes #496, #613, #622, #651.