Skip to content

Releases: JuliaAI/MLJModels.jl

v0.18.1

24 Sep 02:22
9b6b675
Compare
Choose a tag to compare

MLJModels v0.18.1

Diff since v0.18.0

Merged pull requests:

Closed issues:

  • Add short docstrings (#49)
  • Find a way to load metadata from init (#74)
  • Adding MulticlassPerceptron model (#156)
  • Reported issues with the registry procedure (#169)
  • Cleanup - Consistent code style (#203)
  • Add DecisionTrees from ScikitLearn (#254)
  • Uniformize fields for GLM models ? (#277)
  • Review of model registry (#321)
  • Add more categorical feature encoders (#375)

v0.18.0

22 Aug 20:28
a5751a7
Compare
Choose a tag to compare

MLJModels v0.18.0

Diff since v0.17.9

  • Remove the model registry tools rendered redundant by the external package MLJModelRegistryTools (#590)

  • (breaking) Remove the following models now provided by MLJTransforms.jl instead: ContinuousEncoder, FillImputer, InteractionTransformer, OneHotEncoder, Standardizer, UnivariateBoxCoxTransformer, UnivariateDiscrcetizer, UnivariateFillImputer, UnivariateStandardizer, UnivariateTimeTypeToContinuous. (#592)

  • (new models) Update the Model Registry to include the models provided by MLJTransforms, which includes the following completely new models: FrequencyEncoder, TargetEncoder, CardinalityReducer, OrdinalEncoder, MissingnessEncoder, ContrastEncoder (#592)

Merged pull requests:

  • Update registry to include models from MLJTransforms.jl (#589) (@ablaom)
  • Remove MLJ Model Registry tools (#590) (@ablaom)
  • Complete migration of transformers out of this package (#592) (@ablaom)
  • For a 0.18 release (#593) (@ablaom)

v0.17.9

19 Mar 05:31
9251ebf
Compare
Choose a tag to compare

MLJModels v0.17.9

Diff since v0.17.8

Merged pull requests:

Closed issues:

  • Remove PartialLeastSquaresRegressor models from the MLJ Model Registry (#561)
  • Update model registry with LightGBM v1.0.1 (#586)

v0.17.8

02 Mar 21:02
c8e8ddd
Compare
Choose a tag to compare

MLJModels v0.17.8

Diff since v0.17.7

Merged pull requests:

v0.17.7

12 Feb 09:51
7be75b0
Compare
Choose a tag to compare

MLJModels v0.17.7

Diff since v0.17.6

  • (new models) Add MaxnetBinaryClassifier from Maxnet.jl
  • (new models) Add = SRTestRegressor, MultitargetSRTestRegressor from SymbolicRegression.jl

Merged pull requests:

Closed issues:

  • Non-Dummy variable codings in ContinuousEncoder (#534)
  • Request to add LaplaceRedux.jl to the MLJ registry (#571)
  • Add Maxnet.jl to the model registry (#572)

v0.17.6

18 Dec 23:30
b1dfe14
Compare
Choose a tag to compare

MLJModels v0.17.6

Diff since v0.17.5

Merged pull requests:

v0.17.5

16 Dec 04:30
9276d53
Compare
Choose a tag to compare

MLJModels v0.17.5

Diff since v0.17.4

  • (new models) Add AffinityPropagation from Clustering.jl to the MLJ model registry
  • (new models) Add LaplaceClassifier, LaplaceRegressor from LaplaceRedux.jl

Merged pull requests:

Closed issues:

  • allow users to specify float types from OneHotEncoder and ContinuousEncoder (#565)
  • poorly maintained code, (#573)

v0.17.4

02 Aug 02:06
9d4c476
Compare
Choose a tag to compare

MLJModels v0.17.4

Diff since v0.17.3

Merged pull requests:

v0.17.3

10 Jul 10:46
f0b73f1
Compare
Choose a tag to compare

MLJModels v0.17.3

Diff since v0.17.2

Merged pull requests:

v0.17.2

19 Jun 02:40
ea3d163
Compare
Choose a tag to compare

MLJModels v0.17.2

Diff since v0.17.1

Merged pull requests:

  • Remove export FeatureSelector, as moved to FeatureSelection.jl (#563) (@ablaom)
  • For a 0.17.2 release (#564) (@ablaom)

Closed issues:

  • Add FeatureSelection.jl models to the Model Registry (#557)
  • FeatureSelector is still exported (#562)