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

feat: Add baseline models for time series #518

Open
Gerhardsa0 opened this issue Jan 9, 2024 · 1 comment
Open

feat: Add baseline models for time series #518

Gerhardsa0 opened this issue Jan 9, 2024 · 1 comment

Comments

@Gerhardsa0
Copy link
Contributor

Gerhardsa0 commented Jan 9, 2024

Is your feature request related to a problem?

When working with time series, statistical models give a good baseline for prediction. So, a user can compare his neural network with a statistical model easily.

Desired solution

There should be global functions, which create instances of a baseline model, so the user can use them in the common Model behavior.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@github-project-automation github-project-automation bot moved this to Backlog in Library Jan 9, 2024
@Gerhardsa0 Gerhardsa0 changed the title Add baseline models for time series feat: Add baseline models for time series Jan 9, 2024
@lars-reimann
Copy link
Member

if they should have an own class

No, the baseline models are instances of the classes you define. Instead, provide global functions to create the baseline model.

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

No branches or pull requests

2 participants