Skip to content

Releases: mljar/mljar-supervised

v1.1.15

14 Jan 09:12
Compare
Choose a tag to compare

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

09 Oct 07:20
Compare
Choose a tag to compare

Fixes

🍁 Autumn release created thanks to amazing work of @maciekmalachowski, @a-szulc, @Marchlak 🚀 Thank you 🥇

v1.1.10

10 Sep 11:15
Compare
Choose a tag to compare

Fix warnings due to packages update.

v1.1.9

03 Jun 11:49
Compare
Choose a tag to compare

Fixes

  • (#380) disable boost on errors step for custom strategy
  • (#728) fix accuracy metric for Lightgbm

v1.1.7

22 May 13:25
Compare
Choose a tag to compare

Fixes

  • (#725) fix styling of AutoML report, apply styles in the mljar-automl-report class

v1.1.6

08 Mar 09:45
Compare
Choose a tag to compare

Fixes

  • fixed problems with report() (#714)

v1.1.5

04 Mar 13:42
Compare
Choose a tag to compare

Fixes

  • fix xgboost warning (#667)

v1.1.4

04 Mar 13:26
Compare
Choose a tag to compare

Fixes

  • fix sklearn/scipy warnings (#709)
  • fix report display in JupyterLab (#710)

v1.1.2

08 Jan 09:09
Compare
Choose a tag to compare

Thanks to @lijm1358 for PR #689, it fixes problems with LightGBM tuning #645, #683.

v1.1.1

26 Sep 17:27
Compare
Choose a tag to compare

I've added custom JSON Encoder that can handle numpy types. It fixes #496, #613, #622, #651.