Releases: peak-ai/CITRUS
Releases · peak-ai/CITRUS
v1.0.2-dev
Merge pull request #70 from cinziabraglia7/main Column names bug fix in output table
v1.0.1 Release
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
The first CITRUS release, ready for uploading to CRAN.
Release includes decision tree and k-proto methods.