Skip to content

v0.1.0

Choose a tag to compare

@pjaselin pjaselin released this 07 Mar 17:40
a3b8a53

Breaking changes:

  • Made the API match the discussed changes in this PR for the R package: topepo/Cubist#40
  • Whether a model is composite is determined by the neighbors parameter and whether Cubist automatically chooses whether to use a composite model is determined by the auto parameter.

Other:

  • Docstring and README updates
  • More comprehensive and better written tests
  • Made all internal functions private
  • General file cleanups