Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 20:52
c5b7218

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)