Skip to content

Releases: JuliaAI/MLJModels.jl

v0.18.7

07 Apr 00:40
6b94d33

Choose a tag to compare

MLJModels v0.18.7

Diff since v0.18.6

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.18.6

06 Apr 03:47
3d7029a

Choose a tag to compare

MLJModels v0.18.6

Diff since v0.18.5

(new model) Add the Transformer wrapper, from the new package MLJWrappers.jl, to the MLJ Model Registry.

This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.

v0.18.5

27 Mar 01:44
c6575ed

Choose a tag to compare

MLJModels v0.18.5

Diff since v0.18.4

Merged pull requests:

Closed issues:

  • BinaryThresholdPredictor cannot wrap pipelines and others (#606)

v0.18.4

06 Feb 08:40
5f995f5

Choose a tag to compare

MLJModels v0.18.4

Diff since v0.18.3

  • Update the MLJ Model Registry to include latest model metadata, including accounting for migration of several models from MLJModels.jl to MLJTransforms.jl.

Merged pull requests:

v0.18.3

23 Nov 23:42
be4ca78

Choose a tag to compare

MLJModels v0.18.3

Diff since v0.18.2

  • (enhancement) The dummy regressor, DeterministicConstantRegressor, now supports multi-targets (matrices or tables).

Merged pull requests:

  • Extend support in DeterministicConstantRegressor to multitargets (#602) (@ablaom)
  • For a 0.18.3 release (#603) (@ablaom)

Closed issues:

  • Problem with interface packages with releases pre-dating implementation of the MLJ interface. (#363)

v0.18.2

05 Nov 00:43
11240ae

Choose a tag to compare

MLJModels v0.18.2

Diff since v0.18.1

Merged pull requests:

Closed issues:

  • localmodels(wrappers=true) is not finding the model wrappers (#594)

v0.18.1

24 Sep 02:22
9b6b675

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

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

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

Choose a tag to compare

MLJModels v0.17.8

Diff since v0.17.7

Merged pull requests: