View source: R/mi_predict_new.R
mi_predict_new | R Documentation |
Predict new data with a trained learner.
mi_predict_new(data, result, ifnet = F)
data |
A dataframe. |
result |
The result object from a previous training. |
ifnet |
A boolean indicating if a neural network is used for prediction. |
A data frame that contains features and 'predict' class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.