Skip to content

Commit 7975115

Browse files
jtpiondanielsen
authored andcommitted
Add link to Binder (DistrictDataLabs#403)
* Add link to Binder * Add requirements.txt file for the examples * Move binder files to binder folder * Use requirements.txt from top level for Binder
1 parent ebf0f9b commit 7975115

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![PyPI version](https://badge.fury.io/py/yellowbrick.svg)](https://badge.fury.io/py/yellowbrick)
88
[![Documentation Status](https://readthedocs.org/projects/yellowbrick/badge/?version=latest)](http://yellowbrick.readthedocs.io/en/latest/?badge=latest)
99
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1206239.svg)](https://doi.org/10.5281/zenodo.1206239)
10+
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/DistrictDataLabs/yellowbrick/develop?filepath=examples%2Fexamples.ipynb)
1011

1112

1213
**Visual analysis and diagnostic tools to facilitate machine learning model selection.**

binder/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r ../requirements.txt
2+
pandas>=0.20

0 commit comments

Comments
 (0)