/vis4ml-class-notebooks

Visualization for machine learning notebooks

Primary LanguageJupyter NotebookMIT LicenseMIT

Visualization for Machine Learning Notebooks

Contents

Installation

# clone the repo
git clone https://github.com/DanielKerrigan/vis4ml-class-notebooks.git
cd vis4ml-class-notebooks

# create a virtual environment
conda create -n vis4ml python=3.10
conda activate vis4ml

# install dependencies
pip install -r requirements.txt

# run the server
jupyter notebook

You can also run these notebooks on Google Colab.