Description Usage Arguments Value Author(s) See Also Examples
Prediction from models fit by madlib.elnet
1 2 |
object |
The result of |
newdata |
A |
type |
A string, default is "response". The other option is "prob". The prediction for "gaussian"/"linear" family of |
... |
Extra parameters. Not implemented yet. |
A db.Rquery object, which contains the SQL query
to compute the prediction. One can use the function lk to look at the values.
Author: Predictive Analytics Team at Pivotal Inc.
Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io
madlib.elnet Wrapper for MADlib elastic net regularization.
predict.lm.madlib and
predict.logregr.madlib produce predictions for linear
and logistic models.
1 | ## see the examples in madlib.elnet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.