Releases: JuliaAI/MLJBase.jl
Releases · JuliaAI/MLJBase.jl
v1.8.1
MLJBase v1.8.1
Merged pull requests:
- Fix deprecated
Vararg
expression (#1000) (@devmotion) - For a 1.8.1 release (#1001) (@ablaom)
v1.8.0
MLJBase v1.8.0
- Drop support for Julia versions < 1.10.
Merged pull requests:
- Allow
selectcols
to have tuples as "indices" argument (#992) (@ablaom) - Update some compats and dump Julia 1.6 support in favor of new LTS release (#997) (@ablaom)
- For a 1.7.1 (#998) (@ablaom)
- Bump 0.8.0 (#999) (@ablaom)
Closed issues:
v1.7.0
v1.6.0
MLJBase v1.6.0
- (enhancment) Arrange that pipelines support transformers that need a target variable for training (#984)
Merged pull requests:
v1.5.0
v1.4.0
v1.3.0
MLJBase v1.3.0
-
(Performance enhancement) Remove type instability for
predict(mach::Machine, ...)
in the easy and typical case thatmach
does not wrap aSymbol
model (#969) -
(New feature) Give
evaluate
andevaluate!
the optioncompact=true
, to return aCompactPerformanceEvaluation
object with minimal memory footprint (#973) -
(New feature) Add an
InSample()
resampling strategy that trains and tests on the same data (whatever is specified byrows
, or all supplied data) (#975) -
(Display improvement) Split the table displayed as part of an
PerformanceEvaluation
object over two tables, if needed, to deal with overly wide tables (#973)
Merged pull requests:
- Add prompt to docstring REPL example (#968) (@abhro)
- Address some predict/transform type instabilities (#969) (@ablaom)
- Update docstring examples and code (#970) (@abhro)
- Make test of
iterator(...)
more robust (#972) (@ablaom) - Add
CompactPerformanceEvaluation
objects and the option inevaluate!
to construct them (#973) (@ablaom) - Add
InSample
resampling strategy (#975) (@ablaom) - For a 1.3 release (#977) (@ablaom)
Closed issues:
v1.2.1
v1.2.0
MLJBase v1.2.0
- (enhancement) Expose
feature_importances
in pipelines with a supporting supervised component, and inTransformedTargetModel
s with supporting atomic model (#963)
Merged pull requests: