The current LGBM yaml file specifies different params for tuning the regressor model.
alpha: 0.005
learning_rate: 0.05
n_estimators: 500
These come from fine tuning for a specific dataset.
In completing this issue, it is recommended to comb through the other recipes with a quick eye, just to make sure we are using the general case for each recipe.
The current LGBM yaml file specifies different params for tuning the regressor model.
These come from fine tuning for a specific dataset.
In completing this issue, it is recommended to comb through the other recipes with a quick eye, just to make sure we are using the general case for each recipe.