Skip to content

ChakriCherukuri/mlviz

Repository files navigation

Notebooks containing theoretical and applied machine learning algorithms/models. All the examples are built using the jupyter widget libraries (ipywidgets and bqplot). voila is used to render the notebooks as code less dashboards.

View the live mlviz gallery live at https://chakricherukuri.github.io/mlviz/

Environment Setup (for running the notebooks)

If you have miniconda distribution, then do the following steps to start the jupyter notebook:

  • create conda env called mlviz (one time setup)
$ conda env create -f environment.yml
  • activate mlviz conda env
$ conda activate mlviz
  • start jupyter notebook server
$ jupyter notebook
  • Access the index to all the dashboards using the following link

http://localhost:8888/voila/render/notebooks/Index.ipynb