Releases: JuliaAI/MLJModels.jl
v0.18.1
MLJModels v0.18.1
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
MLJModels v0.18.0
-
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:
v0.17.9
v0.17.8
v0.17.7
MLJModels v0.17.7
- (new models) Add
MaxnetBinaryClassifier
from Maxnet.jl - (new models) Add =
SRTestRegressor
,MultitargetSRTestRegressor
from SymbolicRegression.jl
Merged pull requests:
Closed issues:
v0.17.6
v0.17.5
MLJModels v0.17.5
- (new models) Add
AffinityPropagation
from Clustering.jl to the MLJ model registry - (new models) Add
LaplaceClassifier
,LaplaceRegressor
from LaplaceRedux.jl
Merged pull requests:
- Add affinity propagation (#574) (@Yuan-Ru-Lin)
- The issue with stdlib versions being fixed to 0.0.0 has been fixed in new versions of Julia (#576) (@DilumAluthge)
- Update registry: Add LaplaceRedux models (#577) (@ablaom)
- For a 0.17.5 release (#578) (@ablaom)
Closed issues: