Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate selection of number of features #155

Open
sandervh14 opened this issue Mar 21, 2023 · 0 comments
Open

Automate selection of number of features #155

sandervh14 opened this issue Mar 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sandervh14
Copy link
Contributor

sandervh14 commented Mar 21, 2023

Task Title

Task: Automate selection of number of features

Task Description

Part of #134 but can be delivered independently and would already bring great value in allowing to re-fit models automatically.

cfr message to Nick of 21/3:

Hey Nick,

Benoît is right, you can just script one run of your model creation for future re-fits.

The only big hurdle indeed is the selection of parameters. If you fix the number of features to select to a reasonable number (for example, keep it equal to the currently​ selected number of features), the client can recurrently re-fit the model.

This solution is a bit sub-optimal though, in that new data or even new features may result in the model under- or over-fitting.
The manual process we make as data scientists to select the optimal​ number of parameters though, is easy, just an elbow curve problem. Algorithms already exist to select the optimal number automatically - mainly on elbow curves for clustering (or you could implement a simple check yourself on how the slope against the elbow curve evolves at each newly added feature). This will could be solved on the project of the client you mention, +- 2 days of work.

@sandervh14 sandervh14 added the enhancement New feature or request label Mar 21, 2023
@sandervh14 sandervh14 added this to the New features development milestone Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant