The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.