Description Usage Arguments Details Value See Also
LRpredict is a wrapper of predict, which can predict probabilities on train or test set. Different from rawPredictFun_df, it does not need to give model coefficient and woe configuration list, but the given newdata must be woe-encoded in advance when predicts on test.
1 |
fit |
A fitted object of class inheriting from |
newdata |
A new dataset to be predicted, which only contain x variables, and must have been woe-encoded. Default |
parameter fit can be generated by function LRfit or glm.
A numeric vector
Other model prediction functions: rawPredictFun_df,
transformScore
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.