A series of lessons on using python for ML
Should work in the following Python environment:
conda create -n ml_env python=3.8 pip
conda activate ml_env
conda install tensorflow==1.9
conda install Keras==2.1.6
conda install pandas==0.23.3
conda install gensim==3.5.0
conda install matplotlib==2.2.3
conda install jupyter==1.0.0
conda install numpy==1.17.3
conda install scipy==1.2.0
conda install scikit-learn==0.19.1
conda install seaborn==0.9.0
# for Lesson 06
pip install talos