Skip to content

Releases: mljar/mljar-supervised

v1.1.7

Choose a tag to compare

@pplonski pplonski released this 22 May 13:25

Fixes

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

v1.1.6

Choose a tag to compare

@pplonski pplonski released this 08 Mar 09:45

Fixes

  • fixed problems with report() (#714)

v1.1.5

Choose a tag to compare

@pplonski pplonski released this 04 Mar 13:42

Fixes

  • fix xgboost warning (#667)

v1.1.4

Choose a tag to compare

@pplonski pplonski released this 04 Mar 13:26

Fixes

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

v1.1.2

Choose a tag to compare

@pplonski pplonski released this 08 Jan 09:09

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

v1.1.1

Choose a tag to compare

@pplonski pplonski released this 26 Sep 17:27

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

v1.1.0

Choose a tag to compare

@pplonski pplonski released this 22 Sep 07:20
90afa45

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

Choose a tag to compare

@pplonski pplonski released this 06 Jul 13:51

Fixes

  • #637 fix problem with font loading for report

v1.0.1

Choose a tag to compare

@pplonski pplonski released this 06 Jul 13:23

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

v1.0.0

Choose a tag to compare

@pplonski pplonski released this 27 Jun 11:30

We add support for fairness aware training in our AutoML.