Skip to main content

Python package developed to simplify Prophet application to any data.

Project description

easyprophet

Python package developed to simplify Prophet application to any data.
It completely relies on the Prophet package and on its updates.

Installation

To install easyprophet:
pip install easyprophet

fbprophet has its own installation instructions, please refer here.
In short these are the recommended ordered steps to correctly install fbprophet:

  1. install c++ compiler: conda install libpython m2w64-toolchain -c msys2
  2. install pystan: pip install pystan
  3. install fbprophet: pip install fbprophet

Project Structure

.
- config                 <- Configuration files
- docs                   <- Documentation
- notebooks              <- Jupyter/Colab Notebooks containing easyprophet examples
- src                    <- Source code for easy_prophet
    - easyprophet
        - __init__.py    <- To initialize easyprophet package
        - easyprophet.py <- Core easyprophet clasees & functions
        - hello_world.py <- module to test if the installation works
        - tools          <- Other helper scripts        
- tests                  <- Test suite
- .gitignore             <- Specifies intentionally untracked files to ignore
- AUTHORS.md             <- Credits
- LICENSE                <- License 
- README.md              <- Contains info & links about the project
- requirements.txt       <- Package dependencies
- setup.py               <- Build script for setuptools (to make the pack pip installable)

Project details


Download files

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

Source Distribution

easyprophet-0.1.4.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

easyprophet-0.1.4-py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 3

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