Skip to content

Releases: JuliaAI/MLJIteration.jl

v0.6.4

04 Nov 19:40
e48996e

Choose a tag to compare

MLJIteration v0.6.4

Diff since v0.6.3

Merged pull requests:

Closed issues:

  • Link mismatch in docs (#69)

v0.6.3

06 Sep 01:00
db93024

Choose a tag to compare

MLJIteration v0.6.3

Diff since v0.6.2

  • Allow models that report feature importances to be wrapped in IteratedModel and have the wrapper also support feature importances (#66)

Merged pull requests:

Closed issues:

  • feature_importances doesn't work in iterated model (#66)

v0.6.2

03 Jun 09:09
387c7c2

Choose a tag to compare

MLJIteration v0.6.2

Diff since v0.6.1

Merged pull requests:

  • Allow InSample() resampling in IteratedModel (#61) (@ablaom)
  • Overload constructor trait for IteratedModel types (#62) (@ablaom)
  • For a 0.6.2 release (#63) (@ablaom)

v0.6.1

07 Mar 20:07
4de6d32

Choose a tag to compare

MLJIteration v0.6.1

Diff since v0.6.0

Merged pull requests:

  • Overload save and restore to fix a serialization issue (#59) (@ablaom)
  • For a 0.6.1 release (#60) (@ablaom)

v0.6.0

25 Sep 23:07
711132f

Choose a tag to compare

MLJIteration v0.6.0

Diff since v0.5.1

  • (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 of Step(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 of Step(10) in controls default (#49)

v0.5.1

07 Nov 10:02
620a91f

Choose a tag to compare

MLJIteration v0.5.1

Diff since v0.5.0

Merged pull requests:

  • CompatHelper: bump compat for MLJBase to 0.21, (keep existing compat) (#54) (@github-actions[bot])
  • For a 0.5.1 release (#55) (@ablaom)

v0.5.0

06 Apr 05:26
6ae311f

Choose a tag to compare

MLJIteration v0.5.0

Diff since v0.4.5

  • (breaking) Add Save control previously contained in MLJSerialization (which is to be deprecated). Modify the Save 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:

v0.4.5

21 Feb 20:16
874f3a4

Choose a tag to compare

MLJIteration v0.4.5

Diff since v0.4.4

Merged pull requests:

v0.4.4

18 Feb 03:40
0b33079

Choose a tag to compare

MLJIteration v0.4.4

Diff since v0.4.3

Closed issues:

  • Attempting to use resampling=CV() should throw warning, not log to Info. (#44)

Merged pull requests:

v0.4.3

03 Feb 00:00
5e7465a

Choose a tag to compare

MLJIteration v0.4.3

Diff since v0.4.2

Closed issues:

  • Allow IteratedModel(model; kwargs...) to do the same as IteratedModel(; model=model, kwargs....) (#41)

Merged pull requests:

  • Address some issues with hyper-parameter checks and associated logging (#45) (@ablaom)
  • For a 0.4.3 release (#46) (@ablaom)