Releases: JuliaAI/MLJModelInterface.jl
Releases · JuliaAI/MLJModelInterface.jl
v1.9.0
v1.8.0
v1.7.1
v1.7.0
MLJModelInterface v1.7.0
- Add a new model method
report(::Model, report_given_method)
for combining the reports generated by a model'sfit
method, with reports generated by operations, such aspredict
. Herereport_given_method
is a dictionary of reports, keyed on methods as symbols (:fit
,:predict
,:transform
, and so forth) (#160; in support of JuliaAI/MLJBase.jl#841)
Merged pull requests:
v1.6.0
v1.5.1
v1.5.0
MLJModelInterface v1.5.0
- (enhancement) Add support for feature importances (#148) @OkonSamuel
Merged pull requests:
- add
feature_importances
stub (#148) (@OkonSamuel) - For a 1.5 release (#154) (@ablaom)
v1.4.4
MLJModelInterface v1.4.4
Merged pull requests:
- Escape
MLJModelInterface
in quote (#149) (@rikhuijzer) - Fix missing args in docstring of
metadata_model
(#150) (@rikhuijzer) - Add depwarn for use of
descr
ordocstring
inmetadata_model
(#151) (@ablaom) - For a 1.4.4 release (#152) (@ablaom)
v1.4.3
MLJModelInterface v1.4.3
Closed issues:
- Applying a transformation to
train
but nottest
(#146)
Merged pull requests: