May 2019

Turn A Square: generative aRt

May 26, 2019 | quantixed

A while back I visited Artistes & Robots in Paris. Part of the exhibition was on the origins of computer-based art. Nowadays this is referred to as generative art, where computers generate artwork according to rules specified by the programmer. I wanted to emulate some of the early generative artwork I ...
[Read more...]

Predictability of Tennis Grand Slams

May 26, 2019 | That’s so Random

The European tennis season is in full swing, with Roland Garros starting today and Wimbledon taking place in a few weeks. For a sports buff like me, it is the essence of summer (together with the Tour de France). Time to dive into some tennis data. As a follower of ...
[Read more...]

Data Science Job in 90 days – Book Review

May 25, 2019 | JOURNEYOFANALYTICS

Are you an R-programmer or Datascience enthusiast looking for a break in the datascience field? If so, my latest book “Data Science Jobs – land a lucrative job in 90 days” will help you find one quickly. [Author’s note – The ebook is FREE ONLY until midnight this Sunday (May 26th). So ...
[Read more...]

R Companion to Linear Algebra Step by Step, part 1

May 25, 2019 | Detroit Data Lab

Linear Algebra: Step by Step, by Kuldeep Singh, is a tremendous resource for improving your skills in the fundamental mathematics behind machine learning. I’m authoring an R companion series to ensure that this can be translated to make sense to R programmers, and reduce the legwork for translating core ... [Read more...]

Rtistic: A package-by-numbers repo

May 24, 2019 | rstats | Emily Riederer

Last winter, I attended a holiday party at a “paint-and-sip” venue. For those unfamiliar, “paint-and-sip” is a semi-trendy cottage industry offering evenings of music, wine, and a guided painting activity. For example, my group painted sasquatch on a snowy winter’s eve: As often happens, this completely unrelated thing set ...
[Read more...]

Maybe monad in R

May 24, 2019 | R on Biofunctor

A monad is mysterious entity from the ivory towers of category theory, an idea that turned out to be quite useful in programming. Part of the myth surrounding monads is that as soon as you understand them, you lose the ability to explain the concept. Since I’m not a ... [Read more...]

Predicting Car Battery Failure With R And H2O – Study

May 24, 2019 | Carlos Kassab

Using R and H2O Isolation Forest to predict car battery failures. Carlos Kassab 2019-May-24 This is a study about what might be if car makers start using machine learning in our cars to predict falures. # Loading librariessuppressWarnings( suppressMessages( library( h2o ) ) ) suppressWarnings( suppressMessages( library( data.table ) ) )suppressWarnings( suppressMessages( library( ...
[Read more...]

Random Autocorrelation Sequences R version

May 24, 2019 | Gydo!

Random Autocorrelation Sequences R version What is an autocorrelation sequence? Autocorrelation sequences (ACSs) are super common when doing anything in probability and statistics. Autocorrelation is a sequence of measurements of how similar a sequence is to it self. In math the autocorrelation sequence r[k] is r[k] = E[x[...
[Read more...]

Practical Data Science with R, half off sale!

May 24, 2019 | John Mount

Our publisher, Manning, is running a Memorial Day sale this weekend (May 24-27, 2019), with a new offer every day. Fri: Half off all eBooks Sat: Half off all MEAPs Sun: Half off all pBooks and liveVideos Mon: Half off everything The discount code is: wm052419au. Many great opportunities to ...
[Read more...]

Rstudio & ThinkR roadshow – June 6 – Paris

May 24, 2019 | Vincent GUYADER

On June the 6th, 2019, Rstudio is partnering with ThinkR to offer you a one day event around “R in production”. See you in Paris! If you’re an experienced developer or a decision-maker looking to learn more about what R and RStudio have to offer, then this event made is ...
[Read more...]

Fed up

May 23, 2019 | R on OSM

Yield curve predictions are hitting the headlines again here, here, and here, though they’re not quite front page. The alarm bells are ringing since the probability of a recession appears to have increased meaningfully in the past few months. We loo...
[Read more...]

Fed up

May 23, 2019 | R on OSM

Yield curve predictions are hitting the headlines again here, here, and here, though they’re not quite front page. The alarm bells are ringing since the probability of a recession appears to have increased meaningfully in the past few months. We look at the data to try to infer whether ...
[Read more...]

News from ggiraph

May 23, 2019 | ArData

ggiraph 0.6.1 has evolved, this post presents work that has been done recently. ggiraph, what is it? The ggiraph package lets you work with ggplot and produce interactive graphics. The number of features is low and ggiraph usage is simple. The three features to be aware of are: ability to animate ...
[Read more...]

Estimates on training vs. validation samples

May 23, 2019 | arthur charpentier

Before moving to cross-validation, it was natural to say “I will burn 50% (say) of my data to train a model, and then use the remaining to fit the model”. For instance, we can use training data for variable selection (e.g. using some stepwise procedure in a logistic regression), and ...
[Read more...]
1 2 3 4 5 6 14

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)