Skip to content

Releases: JuliaAI/MLJModelInterface.jl

v0.2.2

24 Apr 07:04
8c346f0
Compare
Choose a tag to compare

MLJModelInterface v0.2.2

Diff since v0.2.1

  • Define nrows(nothing) = 0. Needed to allow X = nothing in supervised learners (for fitting distribution to some y).

  • Extend [compat] for ScientificTypes to "^0.7,^0.8"

Closed issues:

  • For 0.2.1 release (#30)
  • Pre-compilation (WARNING: Method definition) warnings after adding MLJ macro interface to package (#34)

Merged pull requests:

v0.2.1

27 Mar 03:05
91136f3
Compare
Choose a tag to compare

MLJModelInterface v0.2.1

Diff since v0.2.0

Add isrepresentedby method (PR #29 )

Closed issues:

  • Remove the need to be a subtype of MLJModelInterface.Model (#10)

Merged pull requests:

v0.2.0

11 Mar 04:07
e1ed5b4
Compare
Choose a tag to compare

MLJModelInterface v0.2.0

Diff since v0.1.8

Closed issues:

  • Wrong (old) MLJBase version loading when testing an interface (#21)

Merged pull requests:

v0.1.8

24 Feb 19:06
8a4a3e8
Compare
Choose a tag to compare

MLJModelInterface v0.1.8

Diff since v0.1.7

Closed issues:

  • Revert: rm target_scitype for Unsupervised models (#17)

Merged pull requests:

v0.1.7

18 Feb 01:06
cc271e8
Compare
Choose a tag to compare

MLJModelInterface v0.1.7

Diff since v0.1.6

Remove target_scitype from list of traits for unsupervised models #17

Merged pull requests:

  • Add target_scitype to unsupervised model traits (#16) (@tlienart)

v0.1.6

17 Feb 17:06
68a0e24
Compare
Choose a tag to compare

MLJModelInterface v0.1.6

Diff since v0.1.5

Closed issues:

  • Add a categorical stub (#12)

Merged pull requests:

v0.1.5

11 Feb 15:07
66207bc
Compare
Choose a tag to compare

MLJModelInterface v0.1.5

Diff since v0.1.4

v0.1.4

11 Feb 15:07
b5cb164
Compare
Choose a tag to compare

MLJModelInterface v0.1.4

Diff since v0.1.3

Merged pull requests:

v0.1.3

07 Feb 09:03
dae1839
Compare
Choose a tag to compare

MLJModelInterface v0.1.3

Diff since v0.1.2

Closed issues:

  • Add basic readme + badges (#4)
  • New doc-string for select (#7)

Merged pull requests:

v0.1.2

05 Feb 11:55
Compare
Choose a tag to compare
adding github workflows