SKLL 5.0.0
💥 Breaking changes 💥
scikit-learn
has been updated to v1.4.0. This means that the SKLL experiments will likely yield different results compared to SKLL v4.0.1 (#766)- Python 3.8 and 3.9 are no longer supported since scikit-learn v1.4.0 doesn't support them.
- Compared to previous versions, additional information is included in the
results.json
output files produced when running experiments (#761).
💡 New features 💡
- SKLL results can now be automatically logged to Weights & Biases (#758, #761, #765)
- Python 3.12 is now supported.
🛠 Bugfixes & Improvements 🛠
- Fix ReadTheDocs config (#757)
Full Changelog: v4.0.1...v5.0.0