Skip to content

Releases: JuliaAI/MLJBase.jl

v0.20.18

13 Sep 00:43
2023856
Compare
Choose a tag to compare

MLJBase v0.20.18

Diff since v0.20.17

Merged pull requests:

v0.20.17

18 Aug 05:21
c3b4e09
Compare
Choose a tag to compare

MLJBase v0.20.17

Diff since v0.20.16

Merged pull requests:

v0.20.16

05 Aug 03:57
b2a3768
Compare
Choose a tag to compare

MLJBase v0.20.16

Diff since v0.20.15

Closed issues:

  • evaluate and evaluate! should return a struct instead of a NamedTuple (#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 in Stack to improve error messages (#819) (@ablaom)
  • Improve warning of machine constructor (#820) (@ablaom)
  • For a 0.20.16 release (#821) (@ablaom)

v0.20.15

25 Jul 04:41
2b90d4a
Compare
Choose a tag to compare

MLJBase v0.20.15

Diff since v0.20.14

  • Support Static models that have a predict or other operation implemented (in addition to transform already supported) #813

Merged pull requests:

  • Overload all operations (predict, predict_mode, etc) for use on Static machines (#813) (@ablaom)
  • For a 0.20.15 release (#814) (@ablaom)

v0.20.14

19 Jul 04:40
cd57ac3
Compare
Choose a tag to compare

MLJBase v0.20.14

Diff since v0.20.13

  • (enhancement) Add option in make_regression to generate multi-target data, as in make_regression(100, 3, n_targets=2) (#811) @josephsdavid

Merged pull requests:

v0.20.13

17 Jul 23:59
a78cfc5
Compare
Choose a tag to compare

MLJBase v0.20.13

Diff since v0.20.12

Closed issues:

  • Export serializable (#807)

Merged pull requests:

v0.20.12

14 Jul 09:54
52849b7
Compare
Choose a tag to compare

MLJBase v0.20.12

Diff since v0.20.11

  • (enhancement) Add support for model operations (such as transform) that return extra information for merging into machine reports (#806)

Merged pull requests:

  • Proposal to add support to allow non-generalizing models to contribute to a machine's report (#806) (@ablaom)
  • For a 0.20.12 release (#808) (@ablaom)

v0.20.11

12 Jul 02:15
1c79f8f
Compare
Choose a tag to compare

MLJBase v0.20.11

Diff since v0.20.10

Merged pull requests:

v0.20.10

11 Jul 23:01
5904441
Compare
Choose a tag to compare

MLJBase v0.20.10

Diff since v0.20.9

Closed issues:

  • Incorrect display of one-dimensional range in case of scaling function (#797)

Merged pull requests:

  • Fix inverse_transform bug for pipelines with Static components (#802) (@ablaom)
  • Fix show for one-dimensional ranges (#803) (@ablaom)
  • For a 0.20.10 release (#804) (@ablaom)

v0.20.9

08 Jul 06:28
410e85f
Compare
Choose a tag to compare

MLJBase v0.20.9

Diff since v0.20.8

Merged pull requests: