Description Usage Arguments Examples
This function allows to make model calibration for a model with logistic regression.
1 | regression.calibration(model, calibration_data, default_flag)
|
model |
The scoring model needs to be specified. |
calibration_data |
A calibration data needs to be specified. |
default_flag |
The default flag need to specified as string. |
1 | regression.calibration(scoring_model, calibration_sample, "default_f")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.