prophet


Nameprophet JSON
Version 1.1.6 PyPI version JSON
download
home_pageNone
SummaryAutomatic Forecasting Procedure
upload_time2024-10-03 00:44:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Prophet: Automatic Forecasting Procedure

Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.

Prophet is [open source software](https://code.facebook.com/projects/>)  released by [Facebook's Core Data Science team ](https://research.fb.com/category/data-science/).

Full documentation and examples available at the homepage: https://facebook.github.io/prophet/

## Important links

- HTML documentation: https://facebook.github.io/prophet/docs/quick_start.html
- Issue tracker: https://github.com/facebook/prophet/issues
- Source code repository: https://github.com/facebook/prophet
- Implementation of Prophet in R: https://cran.r-project.org/package=prophet

## Other forecasting packages

- Rob Hyndman's [forecast package](http://robjhyndman.com/software/forecast/)
- [Statsmodels](http://statsmodels.sourceforge.net/)

## Installation - PyPI release

See [Installation in Python - PyPI release](https://github.com/facebook/prophet#installation-in-python---pypi-release)

## Installation - Development version

See [Installation in Python - Development version](https://github.com/facebook/prophet#installation-in-python---development-version)

### Installation using Docker and docker-compose (via Makefile)

Simply type `make build` and if everything is fine you should be able to `make shell` or alternative jump directly to `make py-shell`.

To run the tests, inside the container `cd python/prophet` and then `python -m pytest prophet/tests/`

### Example usage

```python
  >>> from prophet import Prophet
  >>> m = Prophet()
  >>> m.fit(df)  # df is a pandas.DataFrame with 'y' and 'ds' columns
  >>> future = m.make_future_dataframe(periods=365)
  >>> m.predict(future)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "prophet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Cuong Duong <cuong.duong242@gmail.com>",
    "keywords": null,
    "author": null,
    "author_email": "\"Sean J. Taylor\" <sjtz@pm.me>, Ben Letham <bletham@fb.com>",
    "download_url": "https://files.pythonhosted.org/packages/03/ff/eb5640b4c17d8254d823253fe123a3c6f5a885854e83e29f899c392356c9/prophet-1.1.6.tar.gz",
    "platform": null,
    "description": "# Prophet: Automatic Forecasting Procedure\n\nProphet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.\n\nProphet is [open source software](https://code.facebook.com/projects/>)  released by [Facebook's Core Data Science team ](https://research.fb.com/category/data-science/).\n\nFull documentation and examples available at the homepage: https://facebook.github.io/prophet/\n\n## Important links\n\n- HTML documentation: https://facebook.github.io/prophet/docs/quick_start.html\n- Issue tracker: https://github.com/facebook/prophet/issues\n- Source code repository: https://github.com/facebook/prophet\n- Implementation of Prophet in R: https://cran.r-project.org/package=prophet\n\n## Other forecasting packages\n\n- Rob Hyndman's [forecast package](http://robjhyndman.com/software/forecast/)\n- [Statsmodels](http://statsmodels.sourceforge.net/)\n\n## Installation - PyPI release\n\nSee [Installation in Python - PyPI release](https://github.com/facebook/prophet#installation-in-python---pypi-release)\n\n## Installation - Development version\n\nSee [Installation in Python - Development version](https://github.com/facebook/prophet#installation-in-python---development-version)\n\n### Installation using Docker and docker-compose (via Makefile)\n\nSimply type `make build` and if everything is fine you should be able to `make shell` or alternative jump directly to `make py-shell`.\n\nTo run the tests, inside the container `cd python/prophet` and then `python -m pytest prophet/tests/`\n\n### Example usage\n\n```python\n  >>> from prophet import Prophet\n  >>> m = Prophet()\n  >>> m.fit(df)  # df is a pandas.DataFrame with 'y' and 'ds' columns\n  >>> future = m.make_future_dataframe(periods=365)\n  >>> m.predict(future)\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatic Forecasting Procedure",
    "version": "1.1.6",
    "project_urls": {
        "Documentation": "https://facebook.github.io/prophet/",
        "Homepage": "https://facebook.github.io/prophet/",
        "Repository": "https://github.com/facebook/prophet"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "414675309abde08c10f9be78bcfca581be430b5d8303d847de8d88190f4d5c21",
                "md5": "45f3ca6dfdf999adec5b243d48308d67",
                "sha256": "f4bd565e6ff5f04d74dbf338c99d0aa353e00849c522f6e6663fdaf026bd0b46"
            },
            "downloads": -1,
            "filename": "prophet-1.1.6-py3-none-macosx_10_11_x86_64.whl",
            "has_sig": false,
            "md5_digest": "45f3ca6dfdf999adec5b243d48308d67",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8845463,
            "upload_time": "2024-10-03T00:44:02",
            "upload_time_iso_8601": "2024-10-03T00:44:02.497518Z",
            "url": "https://files.pythonhosted.org/packages/41/46/75309abde08c10f9be78bcfca581be430b5d8303d847de8d88190f4d5c21/prophet-1.1.6-py3-none-macosx_10_11_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "159aa8d35652e869011a3bae9e0888f4c62157bf9067c9be15535602c73039dd",
                "md5": "fcf1f8d3d6ce48ff041908a8f5148e07",
                "sha256": "29f69a98dbb4b96580decf773034b18639009c13c2f67c59a7e59a6eb2b92b0e"
            },
            "downloads": -1,
            "filename": "prophet-1.1.6-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fcf1f8d3d6ce48ff041908a8f5148e07",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8238419,
            "upload_time": "2024-10-03T00:44:05",
            "upload_time_iso_8601": "2024-10-03T00:44:05.768523Z",
            "url": "https://files.pythonhosted.org/packages/15/9a/a8d35652e869011a3bae9e0888f4c62157bf9067c9be15535602c73039dd/prophet-1.1.6-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1c5c6dd58b132653af3139c87e92b484bad79264492a62d70fc5beda837a933",
                "md5": "cecdeebd62a07f38a999788d63095c1b",
                "sha256": "c0bdf573b1d89b0c0e3dc09778816a35dece000f195b2f032ff0ff8076ae0d6a"
            },
            "downloads": -1,
            "filename": "prophet-1.1.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cecdeebd62a07f38a999788d63095c1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14656227,
            "upload_time": "2024-10-03T00:44:08",
            "upload_time_iso_8601": "2024-10-03T00:44:08.009801Z",
            "url": "https://files.pythonhosted.org/packages/a1/c5/c6dd58b132653af3139c87e92b484bad79264492a62d70fc5beda837a933/prophet-1.1.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f47f7d10a904756830efd8522700e582822ff44a15f839b464044ee4c53ee36",
                "md5": "1a9d8fd6870869e8039e7aec9f974111",
                "sha256": "5860990c7a6da33a4381a6adab1b35f7d2ed465eeeb364c3b0f663ff69a78eca"
            },
            "downloads": -1,
            "filename": "prophet-1.1.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1a9d8fd6870869e8039e7aec9f974111",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 14381384,
            "upload_time": "2024-10-03T00:44:10",
            "upload_time_iso_8601": "2024-10-03T00:44:10.909058Z",
            "url": "https://files.pythonhosted.org/packages/1f/47/f7d10a904756830efd8522700e582822ff44a15f839b464044ee4c53ee36/prophet-1.1.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12ffa04156f4ca3d18bd005c73f79e86e0684346fbc2aea856429c3e49f2828e",
                "md5": "ab9f4552677f47ef8dd4a81a7ee43eac",
                "sha256": "222ec247e60e0e62fa42572bba27bd82590c7f5225f36b41a3d1762ae2ed96fd"
            },
            "downloads": -1,
            "filename": "prophet-1.1.6-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ab9f4552677f47ef8dd4a81a7ee43eac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13327596,
            "upload_time": "2024-10-03T00:44:13",
            "upload_time_iso_8601": "2024-10-03T00:44:13.470926Z",
            "url": "https://files.pythonhosted.org/packages/12/ff/a04156f4ca3d18bd005c73f79e86e0684346fbc2aea856429c3e49f2828e/prophet-1.1.6-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03ffeb5640b4c17d8254d823253fe123a3c6f5a885854e83e29f899c392356c9",
                "md5": "cddafd9149b963a7f731b59b3e50fb11",
                "sha256": "92238aa584da69abe5c43e9426e6a4176064465e8424196655915ff86316a680"
            },
            "downloads": -1,
            "filename": "prophet-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "cddafd9149b963a7f731b59b3e50fb11",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 65524,
            "upload_time": "2024-10-03T00:44:16",
            "upload_time_iso_8601": "2024-10-03T00:44:16.719851Z",
            "url": "https://files.pythonhosted.org/packages/03/ff/eb5640b4c17d8254d823253fe123a3c6f5a885854e83e29f899c392356c9/prophet-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-03 00:44:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "facebook",
    "github_project": "prophet",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "lcname": "prophet"
}
        
Elapsed time: 0.42395s