Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 23:31
4845e17

MLJModelInterface v1.4.0

Diff since v1.3.6

  • (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 and supports_class_weights to list of traits that can be declared using metadata_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: