Trains a LightGBM Regression model, a fast, distributed, high performance gradient boosting
framework based on decision tree algorithms.
For more information please see here: https://github.com/Microsoft/LightGBM.
For parameter information see here: https://github.com/Microsoft/LightGBM/blob/master/docs/Parameters.rst
Note: The application parameter supports the following values:
gamma, Gamma regression with log-link. It might be useful, e.g., for modeling insurance claims severity,
or for any target that might be gamma-distributed
tweedie, Tweedie regression with log-link. It might be useful, e.g., for modeling total loss in
insurance, or for any target that might be tweedie-distributed
Trains a LightGBM Regression model, a fast, distributed, high performance gradient boosting framework based on decision tree algorithms. For more information please see here: https://github.com/Microsoft/LightGBM. For parameter information see here: https://github.com/Microsoft/LightGBM/blob/master/docs/Parameters.rst Note: The application parameter supports the following values: