Skip to contents
clubpro 0.6.2
Minor improvements and big fixes
- Handle categories with zero counts.
- Fixed summary() to correctly print number of observations.
clubpro 0.6.1
CRAN release: 2024-04-16
Minor improvements and big fixes
- Added a threshold() function to determine optimal category boundary for binary classification problems.
- Fixed small image sizes in vignette.
clubpro 0.6.0
CRAN release: 2024-03-12
Major changes
- Models are now specified using formula syntax.
Minor improvemnts and big fixes
- Added getter methods for accessing individual elements of model output.
- Added data sets.
- Show observed PCC reference line in pcc_replicates plot.