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 liner models.
Sources for the grid:
Suggested grid for linear (not elastic):
{ "fit_intercept": CategoricalDistribution([False, True]), }
Suggested grid for elastic:
{ "fit_intercept": CategoricalDistribution([False, True]), "l1_ratio": UniformDistribution(0, 1), "alpha": LogUniformDistribution(low=1e-5, 1e3), }
Look at #1184.
No response
The text was updated successfully, but these errors were encountered:
Closed by #1204.
Sorry, something went wrong.
Mr-Geekman
No branches or pull requests
🚀 Feature Request
Define
params_to_tune
for liner models.Proposal
Sources for the grid:
Suggested grid for linear (not elastic):
Suggested grid for elastic:
Test cases
Look at #1184.
Additional context
No response
The text was updated successfully, but these errors were encountered: