Skip to main content

A package for easy time series forecasting of electrical load

Project description

Loadforecast

A package for an easy time series forecasting of an electrical load based on facebook prophet. It inherits the base of prophet which is additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, with optional holiday effects. It is robust to missing data and outliers as well.

Package is build around child class of original prophet, replacing initial values of attributes by those tuned for electrical load forecasting using grid search method. Package contains functions that are mainly packing up original functions to more user-friendly ones.

We are sorry for inconvenience but currently it is necessary to install prophet package manually as main dependency. For more information about the installation procedure check https://github.com/facebook/prophet

Loadforecast is on PyPI, so you can use pip to install it.

pip install loadforecast

API Demo:

# Initialize model on pandas.DataFrame containing columns 'DateTime' and 'Load'
m = LoadProphet(df)
# Make default one day prediction with sample period of 15 minutes.
forecast = m.prediction()

Changelog

Changelog File

License

Prophet is licensed under the MIT license.

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

loadforecast-0.0.4.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

loadforecast-0.0.4-py3-none-any.whl (7.0 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