Closed
Description
- knn via
kknn
package -
decision_tree
viarpart
,C5.0
,spark
(others?) - SVM models: linear, RBF, polynomial as separate functions (
kernlab
) - multinomial regression via
glment
andspark
- mars via
earth
package - null model wrapper as well as fit and pred functions
- naive Bayes (
klaR
,spark?) - cubist
- discriminant analysis (of various types)
- PLS (sparse, DA)
- FDA models with different basis functions (MARS, poly)
- bagged trees (helped by potential new
rpart
version and side package) - bagged MARS (based on side package)
- Poisson regression (perhaps including ZIP models; otherwise a clone of
linear_reg
) - ARIMA and other time series models
- generalized additive models
- multilevel model extension engines for linear, logistic, multinomial, and Poisson regression (in the
multilevelmod
package) - more models for censored data (in the
censored
package)
👆Already in parsnip
or adjacent package
👇working on or thinking about
- ordinal regression
- rotation forests