GenerativeForecast
Forecast the next N steps in your timeseries with Machine Learning.
Run an Example
Install & Use
curl -X POST -d '{
"forecast_size":15,
"iterations":35,
"io_noise":0.05,
"mode":"forecast",
"graph_save_path":"data://.algo/timeseries/generativeforecast/temp/my_sinegraph.png",
"checkpoint_input_path":"data://timeseries/generativeforecasting/sinewave_v1.0_t0.zip"
}' -H 'Content-Type: application/json' -H 'Authorization: Simple YOUR_API_KEY' https://api.algorithmia.com/v1/algo/TimeSeries/GenerativeForecast/0.2.6