May 2017

Time series prediction – with deep learning

May 26, 2017 | recurrentnull

More and more often, and in more and more different areas, deep learning is making its appearance in the world around us. Many small and medium businesses, however, will probably still think – Deep Learning, that’s for Google, Facebook & co., for the guys with big data and even bigger computing ...
[Read more...]

Managing Spark data handles in R

May 26, 2017 | John Mount

When working with big data with R (say, using Spark and sparklyr) we have found it very convenient to keep data handles in a neat list or data_frame. Please read on for our handy hints on keeping your data handles neat. When using R to work over a big ...
[Read more...]

Versioning R model objects in SQL Server

May 26, 2017 | R on Locke Data Blog

High-level info If you build a model and never update it you’re missing a trick. Behaviours change so your model will tend to perform worse over time. You’ve got to regularly refresh it, whether that’s adjusting the existing model to fit the latest data (recalibration) or building ... [Read more...]

Versioning R model objects in SQL Server

May 26, 2017 | Steph

High-level info If you build a model and never update it you’re missing a trick. Behaviours change so your model will tend to perform worse over time. You’ve got to regularly refresh it, whether that’s adjusting the existing model to The post Versioning R model objects in ... [Read more...]

RQGIS release 1.0.0

May 26, 2017 | jannesm

Today we are proud to announce a major release of the RQGIS package providing an interface between R and QGIS. We have completeley rewritten RQGIS by now using reticulate to establish a tunnel to the Python QGIS API.
[Read more...]

MapReduce in Two Modern Paintings

May 25, 2017 | Gregory Kanevsky

Two years ago we had a rare family outing to the Dallas Museum of Art (my son is teenager and he's into sport after all). It had an excellent exhibition of modern art and DMA allowed taking pictures. Two hours and dozen of pictures later my weekend was over but ...
[Read more...]

Civic Data Wrangling: in R and on data.world

May 25, 2017 | R Views

One of the most valuable things I have learned working on Data for Democracy’s Medicare drug spending project has been the value of collaborative tools. It has been my first in-depth experience using Github collaboratively, for one, but it has also introduced me to data.world. data.world is ...
[Read more...]

Love is all around: Popular words in pop hits

May 25, 2017 | David Smith

Data scientist Giora Simchoni recently published a fantastic analysis of the history of pop songs on the Billboard Hot 100 using the R language. Giora used the rvest package in R to scrape data from the Ultimate Music Database site for the 350,000 chart entries (and 35,000 unique songs) since 1940, and used those ... [Read more...]

Prediction intervals for NNETAR models

May 24, 2017 | R on Rob J Hyndman

The nnetar function in the forecast package for R fits a neural network model to a time series with lagged values of the time series as inputs (and possibly some other exogenous inputs). So it is a nonlinear autogressive model, and it is not possible to analytically derive prediction intervals. ...
[Read more...]

Subplots in maps with ggplot2

May 24, 2017 | Ilya Kashnitsky

Following the surprising success of my latest post, I decided to show yet another use case of the handy ggplot2::annotation_custom(). Here I will show how to add small graphical information to maps – just like putting a stamp on an envelope.
[Read more...]

Euler Problem 22 : Names Scores

May 24, 2017 | Peter Prevos

A proposed solution in the R language to Euler Problem 22. What is the total of all the name scores in the file of 5163 first names? Continue reading → The post Euler Problem 22 : Names Scores appeared first on The Devil is in the Data. [Read more...]

Event Study RStudio Addin

May 24, 2017 | Simon

Motivation We developed a easy to use and intuitive Event Study addin for the popular R IDE from RStudio. This addin is designed in view to our web frontend, but with the advantage that the user can immediately work with the results from R. Furthermor... [Read more...]
1 2 3 4 5 6 18

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)