predict_lightgbm_classification_prob {bonsai} | R Documentation |
Not intended for direct use.
predict_lightgbm_classification_prob(object, new_data, ...)
predict_lightgbm_classification_class(object, new_data, ...)
predict_lightgbm_classification_raw(object, new_data, ...)
predict_lightgbm_regression_numeric(object, new_data, ...)
## S3 method for class ''_lgb.Booster''
multi_predict(object, new_data, type = NULL, trees = NULL, ...)