全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 LATEX论坛
1740 4
2017-02-04
The Rankings


What are the most popular ML packages? Let's look at a ranking based on package downloads and social website activity.


[img]https://ci3.googleusercontent.com/proxy/qD6WWLpHB_diCMv64JGekn79yIyTXq1SLUKQG1lPyYlnvA81ybFHwq5ITXaFOk2JMJe2Q1jJs5e_17UbYj9TOHRwfrQksZz8_rbhZW1e5PPbIQWMFSAVGq5zo2m9lg5fK1dqvw=s0-d-e1-ft#[/img]
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2017-2-4 14:30:56
caret is a general package for creating machine learning workflows, and it comes out on top of this ranking. Next come a few packages implementing specific machine learning algorithms: Random Forests (randomForest), Support Vector Machines (e1071), Classification and Regression Trees (rpart), and regularized regression models (glmnet).
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2017-2-4 14:31:50
nnet implements neural networks, while the tree package also implements trees. party is for recursive partitioning and visualization of binary trees, and arules is for association mining. SVMs and other kernel methods are implemented in kernlab. The h2o package is for scalable machine learning, and is part of the larger H2O project. ROCR is for model evaluation, including ROC curves, while gbm implements gradient boosting. More partitioning algorithms can be accessed with RWeka, while rattle is an R GUI for data mining.

A few packages feature strongly on Github only: mlr and SuperLearner are 2 other meta-packages that offer similar functionality to caret, while ranger offers C++ implementations of random forests.

Last, OneR is number one on Stack Overflow, but the SO API often auto-corrects this to "one" so the result is unreliable.
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2017-2-4 14:33:03
Methods


Below, we describe the methodology to come up with this ranking.

Step 1: Obtain an exhaustive list of ML packages

From the beginning, we envisioned our ranking being built on a combination of package downloads and Stack Overflow and Github activity. We knew that APIs existed that would provide us with these metrics.

However, obtaining an initial list of all the R packages for Machine Learning was a tougher task. This list needed to be exhaustive, objective, and up-to-date. A bad initial list would affect our ranking dramatically.

Asking around helped. A friend pointed us to the "CRAN Task View: Machine Learning & Statistical Learning" which has a great list at the bottom, and is easy to scrape.

Its advantages are that the package list comes from an authoritative source (CRAN is the "official" R package repository) and it is regularly updated (last update: January 6, 2017). Kudos to the author, Torsten Hothorn, who is also very responsive via email.

A previous thought was to use Google to look up lists of "top R ML packages" and then trying to scrape all the package names, combine them, and use that list as a starting point. But setting aside the engineering task, we also found that the currently available lists were of poor quality relative to our needs. They were outdated, didn't clearly specify methods, and were often quite subjective.

Determine objective metrics

A good ranking needs a definition of what "best" means, and needs to be constructed with good metrics.

We defined "best" as "most popular". This doesn't necessarily mean the packages are widely-loved (users could be frequently searching Stack Overflow because the API is horrible).

We chose 3 components for our ranking:

  • Downloads: number of downloads from a CRAN mirror
  • Github: number of stars for package on its main repository page
  • Stack Overflow: number of questions containing the package name and tagged with 'R'

CRAN downloads

There are a few CRAN mirrors, and we used the R-Studio mirror since it has a convenient API. RStudio must be the most widely used IDE for R, but it is not the only one. Our ranking could be improved (though maybe not significantly) if we aggregated downloads from other CRAN mirrors.

GitHub

Initially, we looked for the packages' Github page by querying Github's search API for the package name, perhaps with "language:R", but this proved unreliable. It was sometimes hard to pick out the correct Github repo, and not all R packages are implemented using the R language (the "language:R" parameter in the search API seems to refer to the most popular language that the repository is written in).

Instead, we went back to CRAN to find these urls. Each package has an official CRAN page, which includes useful information, including source code links. This is where we got the packages' Github repository location.

After that, obtaining the Github stars was easy with the API.

Stack Overflow

Getting useful results from Stack Overflow was tricky. Some R package names like tree and earth present obvious difficulties: Stack overflow results may not be filter to results just for the R package, so we first added an 'r' string to the query, which greatly helped.

A good (optimal?) strategy was to look for the package's name in the question body, and then add an 'r' tag (which is different from adding the 'r' string).

Building the ranking


We simply ranked the packages within each of the 3 metrics, and took the average ranking. Nothing fancy.

Miscellaneous notes


All data was downloaded on January 19, 2017. CRAN download counts were from the past 365 days: January 19, 2016 to January 19, 2017.

Top R packages for Data Science?


This project started as a ranking of the top packages for "Data Science", but we soon found that the scope was too broad.

Data scientists do many different things, and you can classify almost any R package as helping a data scientist. Should we include string manipulation packages? How about packages to read data from databases?

A longer project, for another day, could be to use even more "Data Science" to come up with a ranking of the top R packages for doing "Data Science."



二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2020-5-6 16:04:48
thx for sharing~
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群