Name | fast-forecast JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | Modelos rápidos de pronóstico lineal con tendencia, estacionalidad, LOWESS y variables exógenas. |
upload_time | 2025-07-10 06:53:38 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# fast_forecast
Modelos rápidos de pronóstico lineal con tendencia (incluye LOWESS), estacionalidad y variables exógenas.
## Ejemplo
```python
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)
````
Raw data
{
"_id": null,
"home_page": null,
"name": "fast-forecast",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Sergio Pedro Diaz Paredes <sdiazp@labdatosperu.org>",
"download_url": "https://files.pythonhosted.org/packages/ca/38/00de19f13eb401187e3643b3987e85fae59ae2dab941c897ccc93f2b5a2f/fast_forecast-0.1.0.tar.gz",
"platform": null,
"description": "# fast_forecast\r\n\r\nModelos r\u00e1pidos de pron\u00f3stico lineal con tendencia (incluye LOWESS), estacionalidad y variables ex\u00f3genas.\r\n\r\n## Ejemplo\r\n\r\n```python\r\nfrom fast_forecast import mco_forecast\r\n\r\nmco = mco_forecast(tendencia=\"lowess\", estacionalidad=['dayofweek'], log_y=False)\r\nmco.fit(data, y_col='MX', exog=['MX_festivo'])\r\npreds = mco.forecast(14, exog=exog_futuro)\r\n````\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Modelos r\u00e1pidos de pron\u00f3stico lineal con tendencia, estacionalidad, LOWESS y variables ex\u00f3genas.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/sdiazpy/fast_forecast"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "39596086f5fe6bc13dd3cfd42a4c28103c59d960e31eb406eca195678e9842f9",
"md5": "01e54b52d0057c1a5d493fd2d1ccc779",
"sha256": "c4ed762cfd72f64e5abd9cdbfab6af9f68617535a77066f2750811f1bddbc63a"
},
"downloads": -1,
"filename": "fast_forecast-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "01e54b52d0057c1a5d493fd2d1ccc779",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3648,
"upload_time": "2025-07-10T06:53:37",
"upload_time_iso_8601": "2025-07-10T06:53:37.547223Z",
"url": "https://files.pythonhosted.org/packages/39/59/6086f5fe6bc13dd3cfd42a4c28103c59d960e31eb406eca195678e9842f9/fast_forecast-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ca3800de19f13eb401187e3643b3987e85fae59ae2dab941c897ccc93f2b5a2f",
"md5": "928b388011381b444852236dc907485d",
"sha256": "7cb9d2f111a6d123d514039a8b27f187ccbf9a6aeec56a387c496806db37dffa"
},
"downloads": -1,
"filename": "fast_forecast-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "928b388011381b444852236dc907485d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3343,
"upload_time": "2025-07-10T06:53:38",
"upload_time_iso_8601": "2025-07-10T06:53:38.849547Z",
"url": "https://files.pythonhosted.org/packages/ca/38/00de19f13eb401187e3643b3987e85fae59ae2dab941c897ccc93f2b5a2f/fast_forecast-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-10 06:53:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sdiazpy",
"github_project": "fast_forecast",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "fast-forecast"
}