NEWS.md
October 12, 2016 ยท View on GitHub
Change Logs
From v0.3 to v0.4
- Move deviation computing functions to StatsBase
- Move
countneandcounteqto StatsBase - Deprecate
Standardize(in favor of StatsBase'szscore)
From v0.4 to v0.5
- Move documentation from Readme to Sphinx Docs
cross_validatenow 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).