Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 887 Bytes

NEWS.md

File metadata and controls

14 lines (10 loc) · 887 Bytes

Change Logs

From v0.3 to v0.4

  • Move deviation computing functions to StatsBase
  • Move countne and counteq to StatsBase
  • Deprecate Standardize (in favor of StatsBase's zscore)

From v0.4 to v0.5

  • Move documentation from Readme to Sphinx Docs
  • cross_validate now returns a vector of scores (see here).
  • New function gridtune: search for the best settings of parameters (see here).
  • New function confusmat: compute confusion matrix (see here).