- Move deviation computing functions to StatsBase
- Move
countne
andcounteq
to StatsBase - Deprecate
Standardize
(in favor of StatsBase'szscore
)
- 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).