December 2015

Download and plot Google Trends data with R

December 9, 2015 | David Smith

Google Trends is a useful way to compare changes in popularity of certain search terms over time, and Google Trends data can be used as a proxy for all sorts of difficult-to-measure quantities like economic activity and disease propagation. If you'd like to use Google Trends data in your own ... [Read more...]

Who’s downloading the forecast package?

December 9, 2015 | R on Rob J Hyndman

The github page for the forecast package currently shows the following information Note the downloads figure: 264K/month. I know the package is popular, but that seems crazy. Also, the downloads figure on github only counts the downloads from the RStudio mirror, and ignores downloads from the other 125 mirrors around ...
[Read more...]

Who’s downloading the forecast package?

December 9, 2015 | Rob J Hyndman

The github page for the forecast package currently shows the following information Note the downloads figure: 264K/month. I know the package is popular, but that seems crazy. Also, the downloads figure on github only counts the downloads from the RStudio mirror, and ignores downloads from the other 125 mirrors around ... [Read more...]

Thesis

December 9, 2015 | "Mauricio Vargas S. 帕夏"

PDF/Github repo My thesis analyses chilean university students performance in different courses. These students belong to different major programs imparted at Universidad de Chile: Accounting, Business Administration, Economics and Information Systems... [Read more...]

Installing XGBoost on Ubuntu

December 9, 2015 | Andrew Collier

XGBoost is the flavour of the moment for serious competitors on kaggle. It was developed by Tianqi Chen and provides a particularly efficient implementation of the Gradient Boosting algorithm. Although there is a CLI implementation of XGBoost you'll probably be more interested in using it from either R or Python. ... [Read more...]

asdfree 2015-12-09 04:28:00

December 9, 2015 | Anthony Damico

obsessively-detailed instructions to analyze publicly-available survey data with free tools - the r language, the survey package, and (for big data) sqlsurvey + monetdb.governments spend billions of dollars each year surveying their populations.  ... [Read more...]

New Course: Mapmaking in R with Choroplethr

December 9, 2015 | Ari Lamstein

Today I am happy to announce that my new online course, Mapmaking in R with Choroplethr, is now available for preorder. The course is designed to teach you everything you need to start your first mapping project in R using choroplethr. The course will teach you how to: Conduct exploratory ... [Read more...]

The Method of Boosting

December 8, 2015 | matloff

One of the techniques that has caused the most excitement in the machine learning community is boosting, which in essence is a process of iteratively refining, e.g. by reweighting, of estimated regression and classification functions (though it has primarily been applied to the latter), in order to improve predictive ... [Read more...]

Where did the cars go? (part 2)

December 8, 2015 | Jun Ma - Data Blog

Part 1 demonstrates how to grab the location data of the cars (and other status, like fuel, cleaness etc.) at a given time from Car2go API. However, in order to show how did the car moved over an extended period, we need to do a timed loop to grab the ... [Read more...]

Modeling Frequency in Operational Losses with Python

December 8, 2015 | statcompute

Poisson and Negative Binomial regressions are two popular approaches to model frequency measures in the operational loss and can be implemented in Python with the statsmodels package as below: Although Quasi-Poisson regressions is not currently supported by the statsmodels package, we are still able to estimate the model with the ... [Read more...]
1 9 10 11 12 13 15

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)