March 2017

New Course: Unsupervised Learning in R

March 15, 2017 | DataCamp Blog

Hi there - today we're launching a new machine learning course on Unsupervised Learning in R by Hank Roark! Many times in machine learning, the goal is to find patterns in data without trying to make predictions. This is called unsupervised learning. ... [Read more...]

Data Visualization – Part 1

March 15, 2017 | Scott Stoltzman

Introduction to Data Visualization – Theory, R & ggplot2 The topic of data visualization is very popular in the data science community. The market size for visualization products is valued at $4 Billion and is projected to reach $7 Billion by the end of 2022 according to Mordor Intelligence. While we have seen amazing advances […] [Read more...]

New version of imager package for image processing

March 15, 2017 | Simon Barthelme

A new version of imager is now available on CRAN. This release brings a lot of new features, including a whole new set of functions dealing with pixel sets, better support for videos, new and faster reduction functions. The most significant change is the introduction of a “pixset” class, which ...
[Read more...]

An update to the nhmrcData R package

March 15, 2017 | nsaunders

Just pushed an updated version of my nhmrcData R package to Github. A quick summary of the changes: In response to feedback, added the packages required for vignette building as dependencies (Imports) – commit Added 8 new datasets with funding outcomes by gender for 2003 – 2013, created from a spreadsheet that I missed first … ...
[Read more...]

AUC Meets the Wilcoxon-Mann-Whitney U-Statistic

March 15, 2017 | Guest Blogger

by Bob Horton, Senior Data Scientist, Microsoft The area under an ROC curve (AUC) is commonly used in machine learning to summarize the performance of a predictive model with a single value. But you might be surprised to learn that the AUC is directly connected to the Mann-Whitney U-Statistic, which ... [Read more...]

Data Structures Exercises

March 15, 2017 | Miodrag Sljukic

There are 5 important basic data structures in R: vector, matrix, array, list and dataframe. They can be 1-dimensional (vector and list), 2-dimensional (matrix and data frame) or multidimensional (array). They also differ according to homogeneity of elements they can contain: while all elements contained in vector, matrix and array must ... [Read more...]

Euler Problem 16: Power Digit Sum

March 15, 2017 | Peter Prevos

A solution in the R language to Euler Problem 16. What is the sum of the digits of the number 2^1000? This post provides a solution using basic r code. Continue reading → The post Euler Problem 16: Power Digit Sum appeared first on The Devil is in the Data.
[Read more...]

RcppEigen 0.3.2.9.1

March 15, 2017 | Thinking inside the box

A new maintenance release 0.3.2.9.1 of RcppEigen, still based on Eigen 3.2.9 is now on CRAN and is now going into Debian soon. This update ensures that RcppEigen and the Matrix package agree on their #define statements for the CholMod / SuiteSparse l... [Read more...]

Plotly for R workshop at Plotcon 2017

March 15, 2017 | Riddhiman

Carson Sievert, the lead developer of the Plotly package for R will be hosting a workshop at https://plotcon.plot.ly/. Here’s an outline of the material he will be covering during the workshop. More details here. The workshop will be based on Carson’s Plotly for R book. ... [Read more...]

Why I love R Notebooks

March 14, 2017 | R Views

Note: R Notebooks requires RStudio Version 1.0 or later I’m a big fan of the R console. During my early years with R, that’s all I had, so I got very comfortable with pasting my code into the console. Since then I’ve used many code editors for R, ...
[Read more...]

Why I love R Notebooks

March 14, 2017 | R Views

Note: R Notebooks requires RStudio Version 1.0 or later I’m a big fan of the R console. During my early years with R, that’s all I had, so I got very comfortable with pasting my code into the console. Since then I’ve used many code editors for R,...
[Read more...]

Unit Testing in R

March 14, 2017 | blogisr

Software testing describes several means to investigate program code regarding its quality. The underlying approaches provides means to handle errors once they occur. Furthermore, software testing also show techniques to reduce the probability of that. R is becoming a increasingly promiment programming language. This not only includes pure statistical settings ... [Read more...]

How to choose a project to practice data science

March 14, 2017 | Sharp Sight

Projects can be great for mastering data science, but you have to choose your projects carefully. This article will give you tips on how to choose a project that's appropriate for your skill level (and tell you some pitfalls to watch out for). The post How to choose a project ... [Read more...]

FSelectorRcpp on CRAN

March 14, 2017 | Marcin Kosiński

FSelectorRcpp - Rcpp (free of Java/Weka) implementation of FSelector entropy-based feature selection algorithms with a sparse matrix support, has finally arrived on CRAN after a year of development. It is also equipped with a parallel backend. Big th... [Read more...]
1 9 10 11 12 13 19

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)