Releases: JuliaAI/MLJModelInterface.jl
Releases · JuliaAI/MLJModelInterface.jl
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:
v1.3.6
v1.3.5
MLJModelInterface v1.3.5
Closed issues:
- MLJModelInterface no longer exporting
scitype
(#129)
Merged pull requests:
- implement and export scitype method (#133) (@OkonSamuel)
- For a 1.3.5 release (#134) (@ablaom)
v1.3.4
MLJModelInterface v1.3.4
Note: Yanked from General.jl registry. Superseded by 1.3.5, for which notes below still apply.
- Bump the compatibility requirements of
ScientificTypesBase
to^3
, making necessary adjustments (#126) @OkonSamuel
Closed issues:
- Remove
export augmented_transform
andexport info
(#125)
Merged pull requests:
v1.3.3
v1.3.2
v1.3.1
MLJModelInterface v1.3.1
- (bug fix) Fix unexpected behaviour of
==
for MLJTypes objects with "strap-on" properties (#115)
Closed issues:
- Document the API requirement to use
acceleration
field for parallelisation (#104) - MLJType objects with "strap-on" properties can change without detection by == (#115)
Merged pull requests:
v1.3.0
v1.2.0
MLJModelInterface v1.2.0
- Add fallbacks for new traits defined at JuliaAI/StatisticalTraits.jl#18 (#109)
Merged pull requests: