You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: