Mljar Supervised Versions Save

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation

v1.1.6

2 months ago

Fixes

  • fixed problems with report() (#714)

v1.1.5

2 months ago

Fixes

  • fix xgboost warning (#667)

v1.1.4

2 months ago

Fixes

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

v1.1.2

4 months ago

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

v1.1.1

7 months ago

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

v1.1.0

7 months ago

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

10 months ago

Fixes

  • #637 fix problem with font loading for report

v1.0.1

10 months ago

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

10 months ago

We add support for fairness aware training in our AutoML.

v0.11.5

1 year ago

Bug fixes and updates

  • #595 replace boston example dataset with California housing dataset, replace mse metric with squared_error for tree based algorithms from sklearn
  • #596 change the import method for dtreeviz package