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

Integration of forecasting algorithms from Nixtla #3713

Open
sunng87 opened this issue Apr 15, 2024 · 0 comments
Open

Integration of forecasting algorithms from Nixtla #3713

sunng87 opened this issue Apr 15, 2024 · 0 comments
Labels
C-feature Category Features

Comments

@sunng87
Copy link
Member

sunng87 commented Apr 15, 2024

What problem does the new feature solve?

The ultimate goal is to add built-in time series forecasting support, with an extensible plug-in architecture.

What does the feature do?

We can start from those open source forecasting engines from nixtla. Including:

We can already evaluate these features by connecting greptimedb to mindsdb, in which nixtla forecast engines are built-in.

Implementation challenges

  • It can be a challenge to build python code into the database, especially with pytorch
  • Provide a SQL extension for forecasting
    • allows selecting algorithms/engines from a range of choices
    • may require additional step to build the model
@sunng87 sunng87 added the C-feature Category Features label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category Features
Projects
None yet
Development

No branches or pull requests

1 participant