Skip to main content

Facebook Prophet with pre-built wheels for Linux, Mac, Windows

Project description

Prophet-prebuilt

A fork of Facebook's prophet model that comes with pre-built wheels for Linux, MacOS, Windows. Nothing fancy here, I just forked main that has this PR: https://github.com/facebook/prophet/pull/2010#issuecomment-1081934109 and added a step to publish to PyPi. Hopefully, this fork is no longer needed with the official release of Prophet version 1.1.

I also removed the pystan requirement and will only install CMDSTAN and use CMDSTAN backend. Other than that, there are no modifications to the source code.

Installation

pip install prophet-prebuilt

Example usage

For more information, consult the offical Prophet page: https://github.com/facebook/prophet

  >>> 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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

prophet_prebuilt-1.0.2-cp310-cp310-win_amd64.whl (12.1 MB view hashes)

Uploaded CPython 3.10 Windows x86-64

prophet_prebuilt-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.9 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

prophet_prebuilt-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl (6.8 MB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

prophet_prebuilt-1.0.2-cp39-cp39-win_amd64.whl (12.1 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

prophet_prebuilt-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.9 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

prophet_prebuilt-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl (6.8 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

prophet_prebuilt-1.0.2-cp38-cp38-win_amd64.whl (12.1 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

prophet_prebuilt-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.9 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

prophet_prebuilt-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl (6.8 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page