Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 628 Bytes

NEWS.md

File metadata and controls

25 lines (15 loc) · 628 Bytes

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

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

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.