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

Detecting time series problem type #37

Open
mahedeeb opened this issue Oct 29, 2019 · 0 comments
Open

Detecting time series problem type #37

mahedeeb opened this issue Oct 29, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mahedeeb
Copy link
Contributor

Currently, ML-Navigator is able to figure out what is the id, the target that should be predicted and the type of the problem either a classification or a regression problem. It will be nice if we can detect more advanced problem types like time series.
The suggested solution:

  1. look for datetime features
  2. figure out if the time or date interval is constant between the rows.
    (find out more assumption to be sure that the problem is a time series problem)
@mahedeeb mahedeeb added the enhancement New feature or request label Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant