Skip to main content

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


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)

Uploaded Source

Built Distribution

autoforecast-0.0.8-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page