Highlights
Added structured AutoML reports optimized for LLM-friendly output
Improved AI Data Scientist report format for more consistent machine-readable sections
Removed the `numpy==1.26.4` dependency pin; mljar-supervised now works with NumPy > 2.0
Added
- Added structured report output for AutoML in AI Data Scientist.
- Added an LLM-friendly report format to improve downstream parsing and automation.
Improved
- Improved AutoML reporting consistency so generated outputs are easier to consume by LLM-based workflows and tools.
Fixed
- Removed the legacy
numpy==1.26.4dependency constraint. - Updated compatibility so
mljar-supervisedworks with NumPy versions greater than 2.0.