Skip to content

Releases: mljar/mljar-supervised

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.

v1.1.0

22 Sep 07:20
90afa45
Compare
Choose a tag to compare

Hey there, MLJAR enthusiasts! 🌟 In this release, we're giving a high-five 🙌 to the latest and greatest versions of some rockstar ML packages:

  • 🐼 pandas > 2.0.0
  • 🚀 xgboost > 2.0.0 (#649)
  • 🌳 dtreeviz > 2.2.2 (#631)
  • 🌈 shap > 0.42.1

🐍 We're supporting Python with versions: 3.8, 3.9, 3.10, 3.11.

Fixes 🛠️

Alrighty, with great power (read: updates) comes great responsibility (read: fixes)! We've rolled up our sleeves to zap those pesky warnings caused by our major package glow-up:

  • 🎓 Added classes_ for those classy classifiers (#654)
  • 📊 Patched up a boo-boo in the calibration plot (#655)
  • 🔧 Tweaked a model type warning that was acting all sassy (#638)

Keep rocking and happy coding! 🎸🤖🚀

v1.0.2

06 Jul 13:51
Compare
Choose a tag to compare

Fixes

  • #637 fix problem with font loading for report

v1.0.1

06 Jul 13:23
Compare
Choose a tag to compare

Fixes

  • #634 fix problem with categorical values in target and nan values for fairness metric
  • #635 add tests for fairness feature
  • #636 switch off shap exceptions printouts