This is a repository for my course at SMU, CSE5/7324. It should be accessible for anyone with coding experience in Python and some machine learning knowledge. Feel free to use any and all code for any purpose.
Commands for getting environments setup in JupyterLab:
conda create -n mlenv anaconda plotly
source activate mlenv
conda install -c conda-forge missingno
conda install nodejs
jupyter labextension install @jupyterlab/plotly-extension
jupyter labextension install @jupyter-widgets/jupyterlab-manager
conda update scikit-image
source deactivate