Skip to content

Releases: JuliaAI/MLJScikitLearnInterface.jl

v0.7.0

22 May 21:00
6d87dbf
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.7.0

Diff since v0.6.1

Merged pull requests:

Closed issues:

  • Fix classifiers that cannot handle only one single target class (#48)
  • Naive passing of Julia class_weight dictionary does not work (#63)

v0.6.1

10 Jan 17:29
06f7add
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.6.1

Diff since v0.6.0

Merged pull requests:

Closed issues:

  • Standard LinearRegressor throws error due to unexpected keyword argument 'normalize' (#62)

v0.6.0

11 Oct 03:11
530ce27
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.6.0

Diff since v0.5.0

Merged pull requests:

  • New models, automatically convert more fit results, and support for feature importances (#61) (@tylerjthomas9)

v0.5.0

19 Jul 17:03
f2395ea
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.5.0

Diff since v0.4.0

Merged pull requests:

v0.4.0

02 Apr 21:08
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.4.0

Diff since v0.3.0

Closed issues:

  • Catch up with sckit-learn 1.0 (#40)

Merged pull requests:

v0.3.0

01 Mar 23:12
89227e3
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.3.0

Diff since v0.2.0

Closed issues:

  • Implement DBSCAN as a Static transformer? (#36)
  • Problem installing python scikit-learn in CI (#42)
  • Linear regressions not working with sklearn 1.2 due to normalize argument removal (#45)
  • fitted_params for GaussianNBClassifier broken (#53)

Merged pull requests:

v0.2.0

04 Mar 00:19
bbd56f7
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.2.0

Diff since v0.1.10

As detailed in this #38:

  • Cleanup document strings
  • Resolve minor issue with MLJModelInterface 0.1.4 release
  • (breaking) Remove fields precompute_distances and n_jobs from KMeans as unsupported in the scikit-learn 1.0 model
  • Require Julia 1.6 or higher

Closed issues:

  • Issue to trigger new releases (#7)

Merged pull requests:

v0.1.10

04 Jul 22:19
2a9f633
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.1.10

Diff since v0.1.9

Merged pull requests:

  • Remove upper bound for alphas in CVRegressors (#34) (@jbrea)
  • For a 0.1.10 release (#35) (@ablaom)

v0.1.9

21 Apr 03:22
4390e94
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.1.9

Diff since v0.1.8

Closed issues:

  • Specifying kernel in GaussianProcessRegressor (#29)

Merged pull requests:

  • Bump compat for MLJModelInterface; bump version (#32) (@ablaom)
  • For a 0.1.9 release (#33) (@ablaom)

v0.1.8

28 Jan 11:50
095e7a8
Compare
Choose a tag to compare

MLJScikitLearnInterface v0.1.8

Diff since v0.1.7

Merged pull requests: