Releases: JuliaAI/MLJIteration.jl
Releases · JuliaAI/MLJIteration.jl
v0.6.3
MLJIteration v0.6.3
- Allow models that report feature importances to be wrapped in
IteratedModel
and have the wrapper also support feature importances (#66)
Merged pull requests:
- Add feature importances support to iterated models (#67) (@OkonSamuel)
- For a 0.6.3 release (#68) (@ablaom)
Closed issues:
feature_importances
doesn't work in iterated model (#66)
v0.6.2
v0.6.1
v0.6.0
MLJIteration v0.6.0
-
(breaking) Bump compatibility requirement for MJBase to version 1. When using without MLJ, users may need to explicitly import StatisticalMeasures.jl. See also the MLJBase 1.0 migration guide (#56)
-
(breaking) In the default control, use
Step(1)
instead ofStep(10)
(#49)
Merged pull requests:
- Adapt tests broken by migration of measures MLJBase.jl -> StatisticalMeasures.jl (#56) (@ablaom)
- For a 0.6 release (#57) (@ablaom)
- For a 0.6 release - take II (#58) (@ablaom)
Closed issues:
- Substitute
Step(1)
in place ofStep(10)
incontrols
default (#49)
v0.5.1
MLJIteration v0.5.1
Merged pull requests:
v0.5.0
MLJIteration v0.5.0
- (breaking) Add
Save
control previously contained in MLJSerialization (which is to be deprecated). Modify theSave
control to address the serialization changes in MLJBase 0.20. (This update breaks MLJ, as the current version of MLJ imports a control of the same name from MLJSerialization, and all controls provided by MLJIteration.) @olivierlabayle
Merged pull requests:
- add Save control (#47) (@olivierlabayle)
- For a 0.5.0 release (#53) (@ablaom)
v0.4.5
MLJIteration v0.4.5
Merged pull requests:
- fix method duplication (#51) (@ExpandingMan)
- For a 0.4.5 release (#52) (@ablaom)
v0.4.4
v0.4.3
MLJIteration v0.4.3
Closed issues:
- Allow
IteratedModel(model; kwargs...)
to do the same asIteratedModel(; model=model, kwargs....)
(#41)
Merged pull requests: