pred_score
is for using logistic regression model model to predict new data.
pred_score(model, dat, x_list = NULL, bins_table = NULL,
obs_id = NULL, miss_values = list(-1, "-1", "NULL", "-1", "-9999",
"-9996", "-9997", "-9995", "-9998", -9999, -9998, -9997, -9996, -9995),
woe_name = TRUE)
Logistic Regression Model generated by training_model
.
Dataframe of new data.
Into the model variables.
a data.frame generated by get_bins_table
The name of ID of observations or key variable of data. Default is NULL.
Special values.
Logical. Whether woe variable's name contains 'woe'.Default is TRUE.
new scores.