2016

HSX Arbitrage

December 10, 2016 | max humber

TL;DR: I wrote a web scraper to help me make fake money. I’ve been playing around with an online marketplace called the “Hollywood Stock Exchange” for a couple of months now. The website is basically “fantasy” for actors, directors and upcom... [Read more...]

The case for index-free data manipulation

December 10, 2016 | John Mount

Statisticians and data scientists want a neat world where data is arranged in a table such that every row is an observation or instance, and every column is a variable or measurement. Getting to this state of “ready to model format” (often called a denormalized form by relational algebra types) ...
[Read more...]

Grid search in the tidyverse

December 10, 2016 | Simon Jackson

@drsimonj here to share a tidyverse method of grid search for optimizing a model’s hyperparameters.  Grid Search For anyone who’s unfamiliar with the term, grid search involves running a model many times with combinations of various hyperparameters. The point is to identify which hyperparameters are likely to work ...
[Read more...]

Creating an RStudio Addin

December 9, 2016 | Steven M. Mortimer

I never thought too much about RStudio addins, but I saw a few cool examples ( jadd, colorpicker, and addinslist) and decided to take a closer look. After a little research, it seemed easier than I thought. It was easier because RStudio provided some excellent documentation on addins and it turns ...
[Read more...]

Fantasy Value So Far This Year: ADP vs VOR

December 9, 2016 | Jesse

Since I am already knocked out of the playoffs (our league playoffs start in week 12), I thought it would be interesting to see which players ended up being the best and worst values of this years draft. It’s only week 13 so these numbers will change by the end of ... [Read more...]

The Value of R’s Open Source Ecosystem

December 9, 2016 | David Smith

I was thrilled to be invited to speak at the Monktoberfest conference, held this past October in Portland, Maine. Not only have I been a great fan of the analysis from the Redmonk team for many years, I'd heard that it was one of the most interesting and diverse tech ... [Read more...]

December ’16 RStudio Tips and Tricks

December 9, 2016 | seanlopp

by Sean Lopp Here is this month’s collection of RStudio Tips and Tricks. Thank you to those who responded to last month’s post; many of your tips are included below! Be sure to subscribe to @rstudiotips on Twitter for more. This month’s tips fall into two categories: ... [Read more...]

Basic Tree 1 Exercises

December 9, 2016 | Hasan Imtiaz

Using the knowledge you acquired in the previous exercises on sampling and selecting(here), we will now go through an entire data analysis process. You will be using what you know as crutches to solve the problems. Don’t worry. It might look intimidating but follow the sequence and you ... [Read more...]

Outlier detection and treatment with R

December 9, 2016 | Selva Prabhakaran

Outliers in data can distort predictions and affect the accuracy, if you don’t detect and handle them appropriately especially in regression models. Why outliers treatment is important? Because, it can drastically bias/change the fit estimates and predictions. Let me illustrate this using the cars dataset. To better understand ... [Read more...]

Extrapolation is tough for trees!

December 9, 2016 | Peter's stats stuff - R

Out-of-sample extrapolation This post is an offshoot of some simple experiments I made to help clarify my thinking about some machine learning methods. In this experiment I fit four kinds of model to a super-simple artificial dataset with two columns, x and y; and then try to predict new values ... [Read more...]

Nomen omen

December 9, 2016 | Gianluca Baio

After resisting this for way too long, I've finally decided it was time to release more widely a couple of the R packages I've been working on $-$ I've put them on GitHub, hence the mug...In both cases, while I think the packages do work nicely, I am still ...
[Read more...]

Announcing pdftools 1.0

December 9, 2016 | Jeroen Ooms

This week we released version 1.0 of the ropensci pdftools package to CRAN. Pdftools provides utilities for extracting text, fonts, attachments and other data from PDF files. It also supports rendering of PDF files into bitmap images. This release has a few internal enhancements and fixes an annoying bug for landscape ... [Read more...]
1 10 11 12 13 14 174

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)