Releases: JuliaAI/MLJBase.jl
Releases · JuliaAI/MLJBase.jl
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:
v1.1.2
v1.1.1
v1.1.0
MLJBase v1.1.0
- Arrange that calling
plot(mach)
on a machinemach
callsplot(mach.fitresult)
, allowing model implementations to define plot recipes locally and have them work on machines wrapping their models (#951)
Merged pull requests:
- Remove measures from docs (#945) (@ablaom)
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#949) (@github-actions[bot])
- Forward
(::Machine).fitresult
to RecipesBase (#951) (@MilesCranmer) - bump 1.1.0 (#952) (@ablaom)
- For a 1.1.0 release (#953) (@ablaom)
Closed issues:
- Measures page in documentation is empty (#944)