modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Support Time Series Forecasting #28

Open joelchen opened 2 years ago

joelchen commented 2 years ago

Would like to forecast future record(s) of CSV with Tangram based on existing data or a subset of existing data that is close to the current time (https://www.tensorflow.org/tutorials/structured_data/time_series).

nitsky commented 2 years ago

Hi @joelchen thank you for opening this issue, this is a very good idea and definitely something we want to support. Can you provide some specifics on what you would like the interface to look like?

joelchen commented 2 years ago

Thank you @nitsky for getting back. Simple interface will be preferred. An example can be referenced from https://github.com/mindsdb/mindsdb-examples/blob/master/others/us_consumption/mindsdb_acc.py (https://docs.mindsdb.com/tutorials/Timeseries).