deep_L
This project is part of the #Kaggle challenge.
I'm using pipenv for the dependencies. So for installing dependencies, you need to:
- pip install pipenv After that you only need to execute pipenv install.
If you don't want to use pipenv, you can install the dependencies manually:
- numpy: pip install numpy
- matplotlib: pip install matplotlib
- pandas: pip install pandas
- seaborn: _pip install seaborn
- sklearn: pip install sklearn
- plotly: pip install plotly
- tensorflow: pip install tensorflow