Add gitter chat button, and make it clear that no installation is required
parent
0682f3d76b
commit
5d2979115c
|
@ -1,6 +1,8 @@
|
||||||
Machine Learning Notebooks
|
Machine Learning Notebooks
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
[![Gitter](https://badges.gitter.im/ageron/ml-notebooks.svg)](https://gitter.im/ageron/ml-notebooks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
|
||||||
This project aims at teaching you the fundamentals of Machine Learning in
|
This project aims at teaching you the fundamentals of Machine Learning in
|
||||||
python.
|
python.
|
||||||
|
|
||||||
|
@ -14,6 +16,8 @@ Simply open the [Jupyter](http://jupyter.org/) notebooks you are interested in:
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
|
No installation is required, just click the *launch binder* button above, and you're good to go! But if you insist, here's how to install these notebooks on your system.
|
||||||
|
|
||||||
Obviously, you will need [git](https://git-scm.com/) and [python](https://www.python.org/downloads/) (2 or 3).
|
Obviously, you will need [git](https://git-scm.com/) and [python](https://www.python.org/downloads/) (2 or 3).
|
||||||
|
|
||||||
First, clone this repository:
|
First, clone this repository:
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 48,
|
"execution_count": 3,
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"collapsed": false
|
"collapsed": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue