R Project

Submitted by on Jul 14 2014 } Suggest Revision
From:
Paper:
Resource Type:
Project
License:
GNU General Public License
Language:
Data Format:

Description

R is an open source implementation of the S statistics programming languages. Along with statistics and charting, R also has available a wide range of machine learning algorithms.
Post comment
Cancel
Vu Ha
2014-07-10 22:36:23

R is a very nice environment for statistical computing with long history and extensive library coverage. However I find it challenging to search for the right library implementation (usually there are several implementations of the same algorithm). Also, since R is a special purpose language, I often need to do tasks like pre-processing in another language, which involves some context switching cost. For these reasons I ended up choosing Scikit-Learn.