2017

Super excited for R promises

September 24, 2017 | Appsilon Data Science Blog

We at Appsilon are excited about RStudio introducing promises in R quite soon which is going to be a huge step forward in programming in R (we have already used futures and similar libraries to run code asynchronously, however this is going to be a sta... [Read more...]

eXtremely Boost your machine learning Exercises (Part-1)

September 24, 2017 | Jakub Kwiecien

eXtreme Gradient Boosting is a machine learning model which became really popular few years ago after winning several Kaggle competitions. It is very powerful algorithm that use an ensemble of weak learners to obtain a strong learner. Its R implementation is available in xgboost package and it is really worth ... [Read more...]

RcppGSL 0.3.3

September 24, 2017 | Thinking inside the box

A maintenance update RcppGSL 0.3.3 is now on CRAN. It switched the vignette to the our new pinp package and its two-column pdf default. The RcppGSL package provides an interface from R to the GNU GSL using the Rcpp package. No user-facing new code or... [Read more...]

Automatic Crack Detection – with Deep Learning

September 23, 2017 | recurrentnull

On Friday at DOAG Big Data Days, I presented one possible application of deep learning: using deep learning for automatic crack detection – with some background theory, a Keras model trained from scratch, and the use of VGG16 pretrained on Imagenet. The amount of input data really was minimal, and the ...
[Read more...]

Building Your Own Brownlow Model

September 23, 2017 | Analysis of AFL

As some of you may be aware, this is the best time of year. Not only is it finals time but its also Brownlow week. During my honours year my thesis was on trying to predict who would win that years Brownlow medal. I have been running the model ever ...
[Read more...]

Postgresql + R Sandbox

September 23, 2017 | --Jean Arreola--

ElephantSQL ElephantSQL offers a free instance of Postgresql, with a limit of 20 MB and 5 concurrent connections. For example, you can upload a shiny application that depends on data from ElephantSQL. You only need to register to the site and automat... [Read more...]

RcppCNPy 0.2.7

September 23, 2017 | Thinking inside the box

A new version of the RcppCNPy package arrived on CRAN yesterday. RcppCNPy provides R with read and write access to NumPy files thanks to the cnpy library by Carl Rogers. This version updates internals for function registration, but otherwise mostly s... [Read more...]

RcppClassic 0.9.8

September 23, 2017 | Thinking inside the box

A bug-fix release RcppClassic 0.9.8 for the very recent 0.9.7 release which fixes a build issue on macOS introduced in 0.9.7. No other changes. Courtesy of CRANberries, there are changes relative to the previous release. Questions, comments etc shoul... [Read more...]

Upcoming data preparation and modeling article series

September 23, 2017 | John Mount

I am pleased to announce that vtreat version 0.6.0 is now available to R users on CRAN. vtreat is an excellent way to prepare data for machine learning, statistical inference, and predictive analytic projects. If you are an R user we strongly suggest you incorporate vtreat into your projects. vtreat handles, ...
[Read more...]

Thoughts on nest()

September 23, 2017 | Jocelyn Ireson-Paine

I’ve been experimenting with the Tidyverse’s nest function, because it may be useful when, for example, using households together with benefit units. Below are some thoughts that I first posted as a comment to Hadley Wickham’s blog entry “tidyr 0.4.0”. More on this in future posts. First, this ... [Read more...]

Is It Hot Right Now?

September 22, 2017 | James Goldie (rstats posts)

Does what it says on the tin: Is It Hot Right Now? Mat Lipson, Steefan Contractor and I cobbled the basic concept for this over a few weekend in late 2017. Since our first proof of concept with the Sydney Observatory Hill weather station, we’ve expa... [Read more...]

Welcome to R/exams

September 22, 2017 | R/exams

Welcome everybody, we are proud to introduce the brand new web page and blog http://www.R-exams.org/. This provides a central access point for the open-source software “exams” implemented in the R system for statistical computing. R/exams is a one-... [Read more...]

Big Data Analytics with H20 in R Exercises -Part 1

September 22, 2017 | Biswarup Ghosh

We have dabbled with RevoScaleR before , In this exercise we will work with H2O , another high performance R library which can handle big data very effectively .It will be a series of exercises with increasing degree of difficulty . So Please do this in sequence . H2O requires you to ... [Read more...]

My advice on dplyr::mutate()

September 22, 2017 | John Mount

There are substantial differences between ad-hoc analyses (be they: machine learning research, data science contests, or other demonstrations) and production worthy systems. Roughly: ad-hoc analyses have to be correct only at the moment they are run (and often once they are correct, that is the last time they are run; ...
[Read more...]
1 43 44 45 46 47 186

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)