Skip to content

Releases: peak-ai/CITRUS

v1.0.2-dev

26 Jan 14:00
21bc813
Compare
Choose a tag to compare
v1.0.2-dev Pre-release
Pre-release
Merge pull request #70 from cinziabraglia7/main

Column names bug fix in output table

v1.0.1 Release

05 Oct 10:38
5dd4f61
Compare
Choose a tag to compare

This is our final release before releasing to CRAN.

Key Changes

  • Renaming customerid to id and persona to segment
  • Renaming unsupervised to k-clusters
  • Added categorical creation from preprocessing step where categories are not defined
  • Adding force argument to unit tests
  • Updates to documentation

Bug Fixes

  • Issue with verbose being always set to true (commit)
  • Issue with segmentation variables not being passed to output table properly (commit)
  • Issues of CITRUS being unable to handle Inf values (commit)
  • Issues of NA’s in output table (commit)

Anything Else

  • Updated to the later version of Roxygenise
  • Replaced deprecated functions

v1.0 CRAN Release

02 Aug 12:51
d9a43de
Compare
Choose a tag to compare
v1.0 CRAN Release Pre-release
Pre-release

The first CITRUS release, ready for uploading to CRAN.

Release includes decision tree and k-proto methods.