Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andfanilo/regression-ipywidgets-viz

Ipywidget notebooks for an internal WL talk about ML, optimization and regression
https://github.com/andfanilo/regression-ipywidgets-viz

ipywidgets jupyter-notebook python3

Last synced: 18 days ago
JSON representation

Ipywidget notebooks for an internal WL talk about ML, optimization and regression

Awesome Lists containing this project

README

        

# Ipywidgets notebooks on regression for an internal talk

[![Binder](http://mybinder.org/badge.svg)](http://beta.mybinder.org/v2/gh/andfanilo/cotrecs_20181109/master?filepath=demo2.ipynb)

In this repo, you will find a bunch of notebooks I wrote for building widgets that demonstrate a regression to a somewhat arbitrary function.

![Demo gif](./demo.gif "Demo gif")

# Setup / Run

You will need [Conda](https://conda.io/miniconda.html) to install a conda environment.

```
conda env create -f environment.yml
conda activate demo
jupyter notebook
```