AutoML time series forecasting
Project description
Auto Forecast
AutoML library for time series forecasting
Getting started
Upgrade pip
$ pip install pip --upgrade
Install autoforecast
$ pip install autoforecast
Run the example function
from autoforecast.examples import autoforecast_bitcoin
res = autoforecast_bitcoin.run()
print(res)
Use you own dataset
from autoforecast.automl import AutoForecast
res_auto_forecast = AutoForecast(train).run_auto_forecast(
X_train, y_train, X_test, y_test,
verbose=False, max_time_in_sec=600
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autoforecast-0.0.8.tar.gz
(8.4 kB
view hashes)
Built Distribution
Close
Hashes for autoforecast-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c453752aebda5e7eab61789dd36f3d976814b2a17a0d0d2ed34a07cd583b51b6 |
|
MD5 | 5c0fd2c3d1488ac371e1ef9159accd51 |
|
BLAKE2b-256 | 6a2203f6ce2a4c6b0d5cf943b00e86b5e29b5dd6be962ddb2460751569bfc335 |