Releases: mljar/mljar-supervised
Releases · mljar/mljar-supervised
v1.2.2
26 Mar 10:21
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes
removed unused dependencies, cleaned code -> the installation should be a little faster :) Changes in the #800
v1.1.17
01 Apr 10:24
Compare
Sorry, something went wrong.
No results found
Fixes matplotlib backend initialization in notebooks after AutoML training #785
v1.1.15
14 Jan 09:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes
a lot of warning and bug fixes done in #777 , #771 , #762 , #761 , #760 , #759 , #758 , #757 , #756 , #755 , #754 , #753 , #752 , #751 , #750 , #749 , #743 , #742 , #733
🍁 Autumn release created thanks to amazing work of @maciekmalachowski , @a-szulc , @Marchlak 🚀 Thank you 🥇
v1.1.10
10 Sep 11:15
Compare
Sorry, something went wrong.
No results found
Fix warnings due to packages update.
v1.1.9
03 Jun 11:49
Compare
Sorry, something went wrong.
No results found
Fixes
(#380 ) disable boost on errors step for custom strategy
(#728 ) fix accuracy metric for Lightgbm
v1.1.7
22 May 13:25
Compare
Sorry, something went wrong.
No results found
Fixes
(#725 ) fix styling of AutoML report, apply styles in the mljar-automl-report class
v1.1.6
08 Mar 09:45
Compare
Sorry, something went wrong.
No results found
Fixes
fixed problems with report() (#714 )