Update README.md

This commit is contained in:
Eric Schles 2016-06-21 09:41:45 -04:00 committed by GitHub
parent 0c7cdc3ac0
commit ce2f7ced0a

View File

@ -825,6 +825,8 @@ on MNIST digits[DEEP LEARNING]
* [caravel](https://github.com/airbnb/caravel) - A data exploration platform designed to be visual, intuitive, and interactive. * [caravel](https://github.com/airbnb/caravel) - A data exploration platform designed to be visual, intuitive, and interactive.
* [Dora](https://github.com/nathanepstein/dora) - Tools for exploratory data analysis in Python. * [Dora](https://github.com/nathanepstein/dora) - Tools for exploratory data analysis in Python.
* [Ruffus](http://www.ruffus.org.uk) - Computation Pipeline library for python. * [Ruffus](http://www.ruffus.org.uk) - Computation Pipeline library for python.
* [SOMPY](https://github.com/sevamoo/SOMPY) - Self Organizing Map written in Python (Uses neural networks for data analysis).
* [HDBScan](https://github.com/lmcinnes/hdbscan) - implementation of the hdbscan algorithm in Python - used for clustering
<a name="python-misc" /> <a name="python-misc" />
#### Misc Scripts / iPython Notebooks / Codebases #### Misc Scripts / iPython Notebooks / Codebases