Supported Models and recipes steps

The supported methods currently all come from tidypredict right now.

Supported models

This table doesn’t exhaustively list fully unsupported models. Please file an issue to add model to table.

Supported Prediction Types
Model
Regression
Classification
parsnip engine numeric class prob
boost_tree() "xgboost"
cubist_rules() "Cubist"
decision_tree() "partykit"
linear_reg() "lm"
linear_reg() "glmnet"
logistic_reg() "glm"
logistic_reg() "glmnet"
mars() "earth"
naive_Bayes() "naivebayes"
nearest_neighbor() any
rand_forest() "randomForest"
rand_forest() "ranger"
✅: Supported
❌: Cannot be supported
⚪: Not yet supported

Creating orbital objects of ranger models takes around 1 second per tree. This is in part because the resulting SQL is quite large, making it hard to use on many platforms unless care is taken with regard to hyperparameters and the data.

Recipes steps

The following 46 recipes steps are supported