Releases: neptune-ai/neptune-sklearn
Releases · neptune-ai/neptune-sklearn
2.1.4
What's Changed
🛠️ Fixes
- Fixed a case where
create_feature_importance_chart()
would update the original coefficients of the model passed to it (by @SiddhantSadangi in #30)
Full Changelog: 2.1.3...2.1.4
2.1.3
What's Changed
- Fix for Yellowbrick-Matplotlib incompatibility by @SiddhantSadangi in #28
Full Changelog: 2.1.2...2.1.3
2.1.2
2.1.1
What's Changed
- Update README.md by @Patrycja-J in #19
- Fixed method names in docstrings by @SiddhantSadangi in #18
- Suppressed
NeptuneUnsupportedType
warning if expected metadata not found by @SiddhantSadangi in #21
New Contributors
- @Patrycja-J made their first contribution in #19
- @SiddhantSadangi made their first contribution in #18
Full Changelog: 2.1.0...2.1.1
2.1.0
Changes
- removed
neptune
andneptune-client
from base requirements - updated integration for compatibility with
neptune 1.X