This repository holds the slides and examples of a class on Automated Machine Learning as Jupyter notebooks.
Create a new conda env:
conda create -n aml python=3.7
source activate aml
conda install -y -c conda-forge jupyterlab
conda install -y -c conda-forge ipywidgets
conda install -y -c conda-forge matplotlib
conda install -y -c conda-forge seaborn
conda install -c anaconda scikit-learn==0.21.2
pip install git+https://github.com/kitchoi/[email protected]
pip install tpot==0.10.2
conda install -y --freeze-installed -c conda-forge graphviz
conda install -y --freeze-installed -c conda-forge python-graphviz