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

Interval-Specific Linear Models in Piecewise Linear Regression/Classification #117

Open
Mojzaar opened this issue Mar 24, 2023 · 0 comments

Comments

@Mojzaar
Copy link

Mojzaar commented Mar 24, 2023

I am interested in finding out if it's possible to use distinct linear models for each interval. To illustrate, if the data is divided into three parts by the binning process, I would prefer to use Ridge regression for the first interval, Lasso for the second, and SVR for the third. Could you suggest a way to accomplish this using your package? This would enable me to perform GridSearchCV on the entire dataset and pick the optimal models and parameters for each interval.

Any suggestions you have would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant