com.microsoft.ml.spark.lightgbm
Gets the trained model given the train parameters and booster.
Gets the trained model given the train parameters and booster.
trained model.
Optional group column for Ranking, set to None by default.
Optional group column for Ranking, set to None by default.
None
Gets the training parameters.
Gets the training parameters.
train parameters.
The name of the initial score column
The name of the initial score column
Allow algorithm specific preprocessing of dataset.
Allow algorithm specific preprocessing of dataset.
The dataset to preprocess prior to training.
The preprocessed data.
Trains the LightGBM model.
Trains the LightGBM model.
The input dataset to train.
The trained model.
The unique ID.
The unique ID.
The name of the validation indicator column
The name of the validation indicator column
The name of the weight column
The name of the weight column
Trains a LightGBM Classification 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