Description Usage Arguments Value Author(s)
View source: R/predict.ftrlprox.r
Predict outcome or probability of outcome using a regression model trained using the FTRL PRoximal algorithm.
1 2 3 |
object |
The model object to use for prediction. |
newdata |
the new dataset to predict the outcome of. |
type |
the type of response. Can be 'class' for class perdictions or 'response' for probabilities. Default option is 'response'. |
... |
additional args |
an array containing the predictions
Vilhelm von Ehrenheim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.