This repository demonstrates how to use JigsawStack's Prediction API to generate future forecasts using JSON datasets or local CSV files. Follow along with the guide here.
- Predict future values based on your data.
- Support for JSON and CSV datasets.
- Easy-to-use SDK with customizable parameters.
- dataset: Your data, either as an array of JSON objects or parsed from a CSV file.
- steps: The number of future steps to predict.
- columns: Specify the columns containing the date and value (e.g., "date,value").