post https://api.obviously.ai/v3/predict/db/timeseries
Create an Time series model using database on your Obviously AI account
The endpoints allow you create a model from database on your Obviously AI account. The response object consist of 2 id's:
- process_id - process_id can be used in /predict/status to fetch the most recent status on your model building.
- model_id - model_id is a unique identifier string for the Timeseries model, to perform different task such as, forecast, graphs, tech-specs, shareable link
Note:
- To set the value of seasonality please use the following table based on frequency of the data.
Data Frequency | Seasonality Values |
---|---|
Hourly | 6/ 24 / 168 |
Daily | 7 / 30 / 365 |
Weekly | 52 |
Monthly | 12 |
Quarterly | 4 |