Dataset Daily is an email list that receives a dataset each Monday and analytics updates throughout the week. This repository is meant for the data and code snippets that go on throughout the week to build the models.
Using a python3 environment, run the following to install all the libraries used in this repository:
pip install -r requirements.txt
Recommend using Anaconda. Anaconda does not come with TensorFlow or Keras so you will need to install those seperately.
pip install pandas scipy numpy requests plotly matplotlib scikit-learn tensorflow keras fbprophet
For additional information on installing TensorFlow, Keras, and Prophet