predict.ftrlprox: Predict function for FTRLProx models

Description Usage Arguments Value Author(s)

Description

Predict outcome or probability of outcome using a regression model trained using the FTRL PRoximal algorithm.

Usage

1
2
3
## S3 method for class 'ftrlprox'
predict(object, newdata = NULL, type = c("response",
  "class"), ...)

Arguments

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

Value

an array containing the predictions

Author(s)

Vilhelm von Ehrenheim


while/FTRLProximal documentation built on May 4, 2019, 5:23 a.m.