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)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sulekha_holtwinters_python-1.5.0.tar.gz.
File metadata
- Download URL: sulekha_holtwinters_python-1.5.0.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d626707c8fcfa627b08f53857b6606fa1d71a27286bfa1c74772b1f15aa34673
|
|
| MD5 |
083af9a37f1f5c6e91c3c4cd76cf70a8
|
|
| BLAKE2b-256 |
50417186c6452f8b88d056bc4a00667dce5d070b058b2fd2efb10efecc76acd0
|