June 2017

Non-Standard Evaluation and Function Composition in R

June 16, 2017 | John Mount

In this article we will discuss composing standard-evaluation interfaces (SE) and composing non-standard-evaluation interfaces (NSE) in R. In R the package tidyeval/rlang is a tool for building domain specific languages intended to allow easier composition of NSE interfaces. To use it you must know some of its structure and ... [Read more...]

Applications of R at EARL San Francisco 2017

June 16, 2017 | David Smith

The Mango team held their first instance of the EARL conference series in San Francisco last month, and it was a fantastic showcase of real-world applications of R. This was a smaller version of the EARL conferences in London and Boston, but with that came the opportunity to interact with ... [Read more...]

qualtRics 2.0 now available from CRAN

June 16, 2017 | Jasper Ginn

qualtRics version 2.0 is now available from CRAN. This version contains several additional features and simplifies the process of importing survey exports from Qualtrics. Below, I outline the most important changes. You can check the full changelog her... [Read more...]

Forecasting for small business Exercises (Part-2)

June 16, 2017 | Guillaume Touzin

Uncertainty is the biggest enemy of a profitable business. That is especially true of small business who don’t have enough resources to survive an unexpected diminution of revenue or to capitalize on a sudden increase of the demand. In this context, it is especially important to be able to ... [Read more...]

Deploying an R Markdown Jekyll site to GitHub Pages

June 16, 2017 | David Selby

GitHub Pages’ built-in Jekyll support makes it very easy for techie types to deploy static web sites. Simply push your plain text Markdown content to a repository and the server-side Jekyll engine will render it for the web. Markdown is good, but R Markdown is even better, assuming we ever ... [Read more...]

A “poor man’s video analyzer”…

June 16, 2017 | Longhow Lam

Introduction Not so long ago there was a nice dataiku meetup with Pierre Gutierrez talking about transfer learning. RStudio recently released the keras package, an R interface to work with keras for deep learning and transfer learning. Both events inspired … Continue reading →
[Read more...]

Pitfalls in pseudo-random number sampling at scale with Apache Spark

June 15, 2017 | msuzen

In many data science applications and in academic research, techniques involving Bayesian Inference is now used commonly. One of the basic operation in Bayesian Inference techniques is drawing instances from given statistical distribution. This of course well known pseudo-random number sampling. Most commonly used methods first generates uniform random number ...
[Read more...]

Some R User Group News

June 15, 2017 | R Views

This week, members of the Bay Area useR Group (BARUG) celebrated the group’s one hundred and first meetup with beer, pizza and three outstanding presentations at the cancer diagnostics company GRAIL. Pete Mohanty began the evening with the talk Did “Communities in Crisis” Elect Trump?: An Analysis with Kernel ...
[Read more...]

Finer Monotonic Binning Based on Isotonic Regression

June 15, 2017 | statcompute

In my early post (https://statcompute.wordpress.com/2017/01/22/monotonic-binning-with-smbinning-package/), I wrote a monobin() function based on the smbinning package by Herman Jopia to improve the monotonic binning algorithm. The function works well and provides robust binning outcomes. However, there are a couple potential drawbacks due to the coarse binning. First ... [Read more...]

Set Operations Unions and Intersections in R

June 15, 2017 | Aaron Schlegel

Part 2 of 2 in the series Set TheoryThe set operations of unions and intersections should ring a bell for those who’ve worked with relational databases and Venn Diagrams. The ‘union’ of two of sets and represents a set that comprises all members of and (or both). One of the... The ...
[Read more...]

Introducing Our Instructor Pages!

June 15, 2017 | DataCamp Blog

At DataCamp, we are proud to have the best instructors in the data science community teaching courses on our site. Today, close to 50 instructors have one or more DataCamp courses live on the platform, and many more have a course in development (so sta...
[Read more...]

Data Manipulation with Data Table -Part 1

June 15, 2017 | Biswarup Ghosh

In the exercises below we cover the some useful features of data.table ,data.table is a library in R for fast manipulation of large data frame .Please see the data.table vignette before trying the solution .This first set is intended for the begineers of data.table package and ... [Read more...]

Demo: Real-Time Predictions with Microsoft R Server

June 15, 2017 | David Smith

At the R/Finance conference last month, I demonstrated how to operationalize models developed in Microsoft R Server as web services using the mrsdeploy package. Then, I used that deployed model to generate predictions for loan delinquency, using a Python script as the client. (You can see slides here, and ... [Read more...]

Neural networks Exercises (Part-2)

June 15, 2017 | Guillaume Touzin

Neural network have become a corner stone of machine learning in the last decade. Created in the late 1940s with the intention to create computer programs who mimics the way neurons process information, those kinds of algorithm have long been believe to be only an academic curiosity, deprived of practical ... [Read more...]
1 6 7 8 9 10 16

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)