"mda"
engine).discrim_linear()
) were
moved to the parsnip package.An LDA engine was added for the shrunken discriminant analysis
method of Ahdesmaki and Strimmer (2010) with
engine = "sda"
.
LDA and QDA models now have an engine that fits several
regularized discriminant models from the sparsediscrim
package.
Added discrim_quad()
Fixed a bug in the parameter definitions (#19)
Re-licensed package from GPL-2 to MIT. See consent from copyright holders here.
Small updates so that discrim
can be run in parallel
using psock clusters (#13)
Updates for encoding requirements related to current version of
parsnip
.
parsnip
version.Added naivebayes
engine for
naive_Bayes()
(#5).
Change for new parsnip
version 0.1.0.
First CRAN version