NEWS.md

October 12, 2016 ยท View on GitHub

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).