Integration of prophet forecasting with hyperopt, mlflow This implementation is based on the Databricks AutoML repository.
python -m pip install hyperopt_prophet
Clone the repository
git clone https://github.com/Broomva/hyperopt_prophet.git
Install the package
cd hyperopt_prophet && make install
After cloning, create a virtual environment
conda create -n hyperopt_prophet python=3.9
conda activate hyperopt_prophet
Install the requirements
pip install -r requirements.txt
Run the python installation
python setup.py install
import hyperopt_prophet
Hyperopt Prophet builds upon the hard work of others. Here are the original leveraged repositories: