forecastability analysis
Project description
Forecastability Analysis
This is a tool to implement forecastability analysis, including calculating:
- Frequency
- Stability
- Periodicity
- Percent of Products that single customer occupies over 50% demands
Input Data
columname | type | note |
---|---|---|
date | string | yyyy-mm-dd or yyyy/mm/dd |
sku_code | string | code of SKU |
customer_code | string | code of customer |
qty | float | demand quantity |
Usage:
import forecastability
fa = forecastability.Forecastability(data, tm="date")
# calculate frequency
fa.frequency()
# calculate stability
fa.stability()
# calculate periodicity
fa.periodicity()
# calculate single customer percent
fa.single_customer_percent()
# render forecastability report
fa.render("forecastability_report.html")
Reference:
[1] 时间周期序列周期性挖掘
[3] Hyndman, R. J., & Athanasopoulos, G. (2018). Forecasting: principles and practice. OTexts.
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
forecastability-0.0.6.tar.gz
(7.3 kB
view details)
File details
Details for the file forecastability-0.0.6.tar.gz
.
File metadata
- Download URL: forecastability-0.0.6.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d47cf75ab1cb0cfd86d450ca763ce2b8f449ff5ef9e7e4f8badbd7a1ae36bb82 |
|
MD5 | aac2026325c5f98413ac6f6270a98468 |
|
BLAKE2b-256 | f3acfa1491d2e8d655feaa632223c210163d15e2ba35d9456e06ba167c620eea |