post https://api.obviously.ai/v3/predict/csv/timeseries
Create an Time series model using csv file on your Obviously AI account
The endpoints allow you create a model from CSV dataset 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 |