Skip to main content

A Holt Winters implementation Python project using Pandas Dataframe

Project description

Author: Sulekha Aloorravi

Email: sulekha.aloorravi@gmail.com

Package: sulekha_holtwinters_python

This package is to forecast timeseries on a Pandas Dataframe using Holt winters Forecasting model.

URL to test this code: https://github.com/sulekhaaloorravi-python/sulekha_holtwinters_python/blob/master/test_holtwinters.ipynb

Example to load existing package data:

    #pip install sulekha-holtwinters-python

    #import package
    from sulekha_holtwinters_python.holtwinters import holtwinters as hw

    #Pandas setup
    import pandas as pd

    #Load data available within this package
    import pkg_resources
    DB_FILE = pkg_resources.resource_filename('sulekha_holtwinters_python', 'data')
    testDF = pd.read_csv(DB_FILE)

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

sulekha_holtwinters_python-1.5.0.tar.gz (23.9 kB view details)

Uploaded Source

File details

Details for the file sulekha_holtwinters_python-1.5.0.tar.gz.

File metadata

File hashes

Hashes for sulekha_holtwinters_python-1.5.0.tar.gz
Algorithm Hash digest
SHA256 d626707c8fcfa627b08f53857b6606fa1d71a27286bfa1c74772b1f15aa34673
MD5 083af9a37f1f5c6e91c3c4cd76cf70a8
BLAKE2b-256 50417186c6452f8b88d056bc4a00667dce5d070b058b2fd2efb10efecc76acd0

See more details on using hashes here.

Supported by

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