Skip to content

Add params_to_tune for linear models #1192

Closed
Mr-Geekman opened this issue Mar 30, 2023 · 1 comment
Closed

Add params_to_tune for linear models #1192

Mr-Geekman opened this issue Mar 30, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Mr-Geekman
Copy link
Contributor

🚀 Feature Request

Define params_to_tune for liner models.

Proposal

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),
}

Test cases

Look at #1184.

Additional context

No response

@Mr-Geekman Mr-Geekman added the enhancement New feature or request label Mar 30, 2023
@Mr-Geekman Mr-Geekman added this to the AutoML 2.0 milestone Mar 30, 2023
@Mr-Geekman Mr-Geekman self-assigned this Apr 5, 2023
@Mr-Geekman
Copy link
Contributor Author

Closed by #1204.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant