tidy_predict | R Documentation |
tidy predict
tidy_predict( model, newdata, form = NULL, olddata = NULL, bind_preds = FALSE, ... ) ## S3 method for class 'Rcpp_ENSEMBLE' tidy_predict(model, newdata, form = NULL, ...) ## S3 method for class 'glm' tidy_predict(model, newdata, form = NULL, ...) ## Default S3 method: tidy_predict(model, newdata, form = NULL, ...) ## S3 method for class 'BinaryTree' tidy_predict(model, newdata, form = NULL, ...) ## S3 method for class 'xgb.Booster' tidy_predict( model, newdata, form = NULL, olddata = NULL, bind_preds = FALSE, ... ) ## S3 method for class 'lgb.Booster' tidy_predict( model, newdata, form = NULL, olddata = NULL, bind_preds = FALSE, ... )
model |
model |
newdata |
dataframe |
form |
the formula used for the model |
olddata |
training data set |
bind_preds |
set to TURE if newdata is a dataset without any labels, to bind the new and old data with the predictions under the original target name |
... |
other parameters to pass to |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.