Modelos rápidos de pronóstico lineal con tendencia, estacionalidad, LOWESS y variables exógenas.
Project description
fast_forecast
Modelos rápidos de pronóstico lineal con tendencia (incluye LOWESS), estacionalidad y variables exógenas.
Ejemplo
from fast_forecast import mco_forecast
mco = mco_forecast(tendencia="lowess", estacionalidad=['dayofweek'], log_y=False)
mco.fit(data, y_col='MX', exog=['MX_festivo'])
preds = mco.forecast(14, exog=exog_futuro)
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
fast_forecast-0.1.0.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fast_forecast-0.1.0.tar.gz.
File metadata
- Download URL: fast_forecast-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cb9d2f111a6d123d514039a8b27f187ccbf9a6aeec56a387c496806db37dffa
|
|
| MD5 |
928b388011381b444852236dc907485d
|
|
| BLAKE2b-256 |
ca3800de19f13eb401187e3643b3987e85fae59ae2dab941c897ccc93f2b5a2f
|
File details
Details for the file fast_forecast-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fast_forecast-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4ed762cfd72f64e5abd9cdbfab6af9f68617535a77066f2750811f1bddbc63a
|
|
| MD5 |
01e54b52d0057c1a5d493fd2d1ccc779
|
|
| BLAKE2b-256 |
39596086f5fe6bc13dd3cfd42a4c28103c59d960e31eb406eca195678e9842f9
|