Skip to content

next set of models #35

Closed
Closed
@topepo

Description

@topepo
  • knn via kknn package
  • decision_tree via rpart, C5.0, spark (others?)
  • SVM models: linear, RBF, polynomial as separate functions (kernlab)
  • multinomial regression via glment and spark
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions