Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andfanilo/regression-ipywidgets-viz
- Owner: andfanilo
- Created: 2018-11-12T09:55:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T20:28:30.000Z (almost 5 years ago)
- Last Synced: 2024-11-03T09:42:29.078Z (2 months ago)
- Topics: ipywidgets, jupyter-notebook, python3
- Language: Jupyter Notebook
- Size: 838 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```