• Stars
    star
    110
  • Rank 316,770 (Top 7 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Visualizations of machine learning models and algorithms

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