Difference between revisions of "Data Analysis in Python"

From stgo
Jump to: navigation, search
(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:

  1. http://www.mblondel.org/journal/category/machine-learning/
  2. 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:

  1. ipython.org/documentation.html