forked from carljv/Will_it_Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Translating R Data Analyses to Python
hal2001/Will_it_Python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Will it Python? =============== Introduction ------------ _Will it Python?_ programs are ports of data analyses originally done in R into Python. The projects are accompanied by a series of blog posts documenting the porting-process. See http://slendrmeans.wordpress.com/will-it-python for more information. Projects: --------- The code is organized into subfolders by translation project. The projects so far are: 1. MLFH: _Machine Learning for Hackers_ by Drew Conway and John Myles White. Software: --------- The code is written for Python 2.7. Third party libraries used in projects are: - Numpy 1.6.1 - Scipy 0.10.0 - Matplotlib 1.1.0 - Pandas 0.7.3 I'm also using IPython 0.12 to create the IPython notebooks. IPython Notebooks: ------------------ I'll aim to maintain for each project both a Python script that replicates the R analysis (a .py file), and an annotated IPython notebook (a .pynb file). This will contain the same code as the Python script, but will contain more explicit commenting and discussion, and will perhaps be easier for interactive/exploratory use.
About
Translating R Data Analyses to Python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published