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

LinearTimeseriesRegressor / TimeseriesLinearRegressor #10

Closed
abontsema opened this issue Jul 11, 2022 · 1 comment · Fixed by #49
Closed

LinearTimeseriesRegressor / TimeseriesLinearRegressor #10

abontsema opened this issue Jul 11, 2022 · 1 comment · Fixed by #49
Assignees
Labels
Priority: Medium Issues that need to be fixed, but low impact or a workaround exists Type: Feature New feature requests

Comments

@abontsema
Copy link
Contributor

Linear model with a similar interface as sam.models.BaseTimeseriesRegressor.

@abontsema abontsema added Priority: Low Issues that have no or little impact on current version. No fix or workaround required Type: Feature New feature requests labels Jul 11, 2022
@abontsema
Copy link
Contributor Author

A general timeseries regressor can work as well:

[sklearn.multioutput](https://scikit-learn.org/stable/modules/classes.html#module-sklearn.multioutput)

Then just provide any regressor object as parameter to a TimeseriesRegressor.

multioutput / regressorchain can be an option as well.

@abontsema abontsema added Priority: Medium Issues that need to be fixed, but low impact or a workaround exists and removed Priority: Low Issues that have no or little impact on current version. No fix or workaround required labels Aug 2, 2022
@abontsema abontsema self-assigned this Aug 2, 2022
@abontsema abontsema linked a pull request Aug 11, 2022 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Issues that need to be fixed, but low impact or a workaround exists Type: Feature New feature requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant