We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
params_to_tune
Define params_to_tune for catboost models.
Sources for the grid:
Suggested grid:
{ "learning_rate": FloatDistribution(1e-4, 0.5, log=True), "depth": IntDistribution(low=1, high=11, step=1), "random_strength": FloatDistribution(low=0, high=0.8), "l2_leaf_reg": FloatDistribution(low=0.1, high=200, log=True), }
RandomSampler().sample_independent(None, None, name, distribution)
set_params
No response
The text was updated successfully, but these errors were encountered:
Closed by #1185.
Sorry, something went wrong.
ProphetModel
RNNModel
MLPModel
DeepARModel
TFTModel
Mr-Geekman
No branches or pull requests
🚀 Feature Request
Define
params_to_tune
for catboost models.Proposal
Sources for the grid:
Suggested grid:
Test cases
params_to_tune
isn't empty for catboost.RandomSampler().sample_independent(None, None, name, distribution)
.set_params
Additional context
No response
The text was updated successfully, but these errors were encountered: