Releases: JuliaAI/MLJModelInterface.jl
Releases · JuliaAI/MLJModelInterface.jl
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:
v1.4.2
v1.4.1
v1.4.0
MLJModelInterface v1.4.0
- (ehancement) Add utility
doc_header
for generating a standard header for MLJ model document strings - (future proofing) Ensure
metadata_model
utility does not override fallback behaviour of model traits - (enhancement) Add
human_name
as a model trait with fallback provided by StatisticalTraits.jl (eg, "XGBoostRegressor" -> "XG boost regressor") - (enhancement) Add
human_name
andsupports_class_weights
to list of traits that can be declared usingmetadata_model
- Change
docstring
trait fallback to be the regular type doc-string if it exists, and to otherwise be an auto-generated string that improves the previous fallback.
Details are to be found in #139 and #140.
Merged pull requests: