products:ict:python:machine_learning:light_gbm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
products:ict:python:machine_learning:light_gbm [2023/10/12 17:29] – wikiadmin | products:ict:python:machine_learning:light_gbm [2023/10/12 17:30] (current) – wikiadmin | ||
---|---|---|---|
Line 35: | Line 35: | ||
5. **Setting Parameters**: | 5. **Setting Parameters**: | ||
- | LightGBM has a wide range of parameters that control the training process and the model' | + | LightGBM has a wide range of parameters that control the training process and the model' |
- | - `objective`: | + | - `objective`: |
- | - `num_leaves`: | + | |
- | - `learning_rate`: | + | |
- | - `max_depth`: | + | |
- | - `num_boost_round`: | + | |
- | - `metric`: Evaluation metric for model performance. | + | |
- | You can set these parameters in a dictionary and pass it to the training process. | + | - `num_leaves`: |
+ | |||
+ | - `learning_rate`: | ||
+ | |||
+ | - `max_depth`: | ||
+ | |||
+ | - `num_boost_round`: | ||
+ | |||
+ | - `metric`: Evaluation metric for model performance. | ||
+ | |||
+ | You can set these parameters in a dictionary and pass it to the training process. | ||
6. **Training the Model**: | 6. **Training the Model**: | ||
Line 55: | Line 60: | ||
- | The `early_stopping_rounds` parameter allows the training to stop early if the evaluation metric doesn' | + | The `early_stopping_rounds` parameter allows the training to stop early if the evaluation metric doesn' |
7. **Making Predictions**: | 7. **Making Predictions**: |
products/ict/python/machine_learning/light_gbm.1697113794.txt.gz · Last modified: 2023/10/12 17:29 by wikiadmin