Skip to content

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

@Mojzaar

Description

@Mojzaar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions