Skip to content

Releases: mljar/mljar-supervised

v1.2.2

26 Mar 10:21

Choose a tag to compare

MLJAR Supervised 1.2.2

  • Simplified report_structured() default output to compact summary (leaderboard + global feature importance).
  • Added on-demand detailed report for a selected model via report_structured(model_name=...).
  • Improved selected-model markdown layout: clear section order, cleaner headings, filtered noisy hyperparameters, richer fairness details and fairness explanation text.
  • Included fairness columns in summary leaderboard when fairness is enabled.
  • Fixed global feature-importance aggregation metadata (models_present) and updated examples/tests for the new report workflow.

v1.2.0

25 Mar 07:48

Choose a tag to compare

mljar-supervised 1.2.0

  • Added AutoML.report_structured(format="markdown"|"dict"|"json", model_details=...) for LLM-friendly reporting.
  • New on-demand artifact: <results_path>/report_structured.json (full structured payload).
  • Improved markdown report readability (clean run summary, clearer best/model sections, better feature-importance naming).
  • Added examples for classification, regression, and fairness structured reports.
  • Updated structured-report tests and fixed macOS smoke workflow by installing libomp.

v1.1.18

07 Jul 17:06

Choose a tag to compare

Fixes

  • removed unused dependencies, cleaned code -> the installation should be a little faster :) Changes in the #800

v1.1.17

01 Apr 10:24

Choose a tag to compare

Fixes matplotlib backend initialization in notebooks after AutoML training #785

v1.1.15

14 Jan 09:12

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

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

Choose a tag to compare

Fix warnings due to packages update.

v1.1.9

03 Jun 11:49

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

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

Choose a tag to compare

Fixes

  • fixed problems with report() (#714)