Difference between revisions of "Data Analysis in Python"
From stgo
(Created page with "see for instance these links: # http://www.mblondel.org/journal/category/machine-learning/ # http://www.talyarkoni.org/blog/2013/11/18/the-homogenization-of-scientific-comput...") |
(No difference)
|
Latest revision as of 16:03, 1 September 2014
see for instance these links:
- http://www.mblondel.org/journal/category/machine-learning/
- http://www.talyarkoni.org/blog/2013/11/18/the-homogenization-of-scientific-computing-or-why-python-is-steadily-eating-other-languages-lunch/
so, some libs are:
- pandas
- scikit learn
- ...
and for the ease of use we may utilize iPython and Notebook:
- ipython.org/documentation.html