predict_lightgbm_classification_prob {bonsai}R Documentation

Internal functions

Description

Not intended for direct use.

Usage

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, ...)

[Package bonsai version 0.3.0 Index]