Releases: JuliaAI/MLJModels.jl
Releases · JuliaAI/MLJModels.jl
v0.15.15
v0.15.14
v0.15.13
MLJModels v0.15.13
- (new model) Add
EvoLinearRegressor
, from EvoLinear.jl, to the model registry.
Merged pull requests:
v0.15.12
MLJModels v0.15.12
- Add
InteractionTransformer
for generating polynomial features (#478) @olivierlabayle - Add
InteractionTransformer
andHierarchicalClusterer
(from Clustering.jl) to model registry
Merged pull requests:
v0.15.11
MLJModels v0.15.11
- Add Clustering.jl model,
DBSCAN
to the model registry
Merged pull requests:
v0.15.10
MLJModels v0.15.10
- Update the model registry. This will make many new document strings available via
doc("SomeModel", pkg="SomePkg")
. It also add the following BetaML.jl models:BetaMLGMMImputer
,BetaMLGMMRegressor
,BetaMLGenericImputer
,BetaMLMeanImputer
,BetaMLRFImputer
. - Fix a bug with OneHotEncoder (#468) @olivierlabayle
Closed issues:
- DecisionTree struct cleanup (#177)
- fit OneHotEncoder without MLJBase (#465)
- A column with
missing
as first value tripsOneHotEncoder
(#467)
Merged pull requests:
v0.15.9
MLJModels v0.15.9
- Allow
OneHotCoder
to provide basicmissing
value support by propagating missing values (#457) @Chandu-4444 - (bug fix) Allow models internally implementing a "data front-end", such as
EvoTrees
models, to behave correctly when wrapped byBinaryThresholdPredictor(model=...)
(#459) @OkonSamuel - Have
matching(X, y)
issue a warning ify
is a table with just one column (#460) @DilumAluthge - Bump Julia requirement to 1.6
Closed issues:
- BinaryThresholdPredictor not working for models implementing
reformat
/selectrows
interface (#440) - OneHotEncoder with missing values or Type (#450)
models("Outlier")
not finding the OutlierDetectionPython models (#453)
Merged pull requests:
- Add missing value propagation to OneHotEncoder (#457) (@Chandu-4444)
- fix bug in data front-end issue#440 (#459) (@OkonSamuel)
matching(X, y)
should print a warning ify
is a table andy
only has one column (#460) (@DilumAluthge)- For a 0.15.9 release (#461) (@ablaom)
v0.15.8
MLJModels v0.15.8
- (new model) Add
OneRuleClassifier
from OneRule.jl to the model registry. Dousing MLJModels; doc("OneRuleClassifier")
for details (#455) @roland-KA
Merged pull requests:
v0.15.7
v0.15.6
MLJModels v0.15.6
Merged pull requests:
- Every version of MLJModels that has
human_name
will require at least MLJModelInterface 1.4 (#447) (@DilumAluthge) - For a 0.15.6 release (#448) (@ablaom)