Skip to content

Releases: JuliaAI/LearnAPI.jl

v0.2.0

06 Feb 20:52
c5b7218
Compare
Choose a tag to compare

LearnAPI v0.2.0

Diff since v0.1.0

This is a major, breaking rewrite of the original tentative "proposal" represented by 0.1.0, which was never intended for widespread adoption. Noteworthy change affecting StatisticalMeasures.jl and StatisticalMeasuresBase.jl:

  • (breaking) LiteralTarget has been renamed Point.

Merged pull requests:

Closed issues:

  • Don't use "model" to describe hyperparameter struct. (#12)
  • Accounting for data objects that only iterate (#15)
  • Add fit_transform? (#18)
  • Add a user-changeable global variable for default verbosity (#20)
  • Add link to discussion in julia discourse regarding what to call learning algorithm configuration structs. (#21)
  • Add new KindOfProxy: LabelAmbiguousFuzzy (#29)
  • adopt getobs/numobs? (#39)

v0.1.0

14 May 06:08
Compare
Choose a tag to compare

LearnAPI v0.1.0

Closed issues:

  • Allow multiple target proxy support with predict dispatching on the proxy. (#14)

Merged pull requests: