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: