Releases: JuliaAI/MLJBase.jl
Releases · JuliaAI/MLJBase.jl
v0.20.18
v0.20.17
MLJBase v0.20.17
Merged pull requests:
v0.20.16
MLJBase v0.20.16
Closed issues:
evaluate
andevaluate!
should return astruct
instead of aNamedTuple
(#408)- Clean up: Remove data anonymization from from composite model apparatus (#764)
- Add Multiple targets to
make_regression
(#779) - Add support in Stack for models that handle missing values (#781)
- Typos in
Stack
constructor lead to uninformative error messages (#796) - Improve warning of machine constructor (#817)
Merged pull requests:
- Fix typo probab i listic (#815) (@svilupp)
- Get rid of long lines in stacking.jl (#816) (@ablaom)
- Adapt stack to allow missings in a basemodel
target_scitype
(#818) (@ablaom) - Add
check_ismodel
method and use it inStack
to improve error messages (#819) (@ablaom) - Improve warning of machine constructor (#820) (@ablaom)
- For a 0.20.16 release (#821) (@ablaom)
v0.20.15
MLJBase v0.20.15
- Support
Static
models that have apredict
or other operation implemented (in addition totransform
already supported) #813
Merged pull requests:
v0.20.14
MLJBase v0.20.14
- (enhancement) Add option in
make_regression
to generate multi-target data, as inmake_regression(100, 3, n_targets=2)
(#811) @josephsdavid
Merged pull requests:
v0.20.13
v0.20.12
MLJBase v0.20.12
- (enhancement) Add support for model operations (such as
transform
) that return extra information for merging into machine reports (#806)
Merged pull requests:
v0.20.11
v0.20.10
MLJBase v0.20.10
Closed issues:
- Incorrect display of one-dimensional range in case of scaling function (#797)
Merged pull requests: