mlforecast.distributed.models.ray.lgb
RayLGBMForecast
int
: The best iteration of fitted model if early_stopping()
callback has been specified.
dict
: The best score of fitted model.
dict
: The evaluation results if validation sets have been specified.
array
of shape = [n_features]: The feature importances (the higher, the more important).
.. note:
Column_0
, Column_1
, …, Column_N
.
array
of shape = [n_features]: scikit-learn compatible version of .feature_name_
.
.. versionadded:: 4.5.0
int
: True number of boosting iterations performed.
This might be less than parameter n_estimators
if early stopping was enabled or if boosting stopped early due to limits on complexity like min_gain_to_split
.
.. versionadded:: 4.0.0
int
: The number of features of fitted model.
int
: The number of features of fitted model.
int
: True number of boosting iterations performed.
This might be less than parameter n_estimators
if early stopping was enabled or if boosting stopped early due to limits on complexity like min_gain_to_split
.
.. versionadded:: 4.0.0
str
or :obj:callable
: The concrete objective used while fitting this model.