Skip to content

Releases: neptune-ai/neptune-sklearn

2.1.4

05 Jul 13:47
0f201db
Compare
Choose a tag to compare

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

10 Apr 09:00
6dff9b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

28 Jan 17:39
107a31c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

17 Jan 12:09
0a96ba1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

16 Mar 07:56
d6e4163
Compare
Choose a tag to compare

Changes

  • removed neptune and neptune-client from base requirements
  • updated integration for compatibility with neptune 1.X

2.0.0

10 Feb 07:31
d2bc40b
Compare
Choose a tag to compare
  • We made some changes that make the codebase consistent with recent changes in the Neptune client.
  • create_kmeans_summary is now saving the pickled model to Neptune.
  • We use the stringify_unsupported to wrap the saved model parameters.

0.9.7

07 Nov 14:34
5229595
Compare
Choose a tag to compare

Changes

  • Moved neptune_sklearn package to src dir (#5)
  • Poetry as a package builder (#10)

Fixes

  • Fixed imports from neptune_sklearn.impl -> now possible to import from neptune_sklearn (#7)

0.9.6

22 Jun 06:45
36141c1
Compare
Choose a tag to compare

Changes

  • get_estimator_params works no with any scikit-learn estimator

0.9.5

18 Jun 08:45
Compare
Choose a tag to compare
Fix gitattributes

0.9.4

17 Jun 16:03
Compare
Choose a tag to compare
Fix runtime version