Jupyter Notebook to predict ethereum price using Prophet from Facebook with data from kaggle.
Click here to view the notebook.
Place the CSV file for ethereum in data/ethereum.csv
.
Use pipenv
to install the dependencies of this notebook:
pipenv install --dev
After that, run the notebook in the generated python environment.