May 2020

Using XGBoost with Tidymodels

May 18, 2020 | Posts on Tychobra

Background XGBoost is a machine learning library originally written in C++ and ported to R in the xgboost R package. Over the last several years, XGBoost’s effectiveness in Kaggle competitions catapulted it in popularity. At Tychobra, XGBoost is our go-to machine learning library. François Chollet and JJ Allaire ...
[Read more...]

CIs for Spearman’s rho and Kendall’s tau

May 18, 2020 | Thom

There are various methods for obtaining CIs for Kendall’s tau and Spearman’s rho. As the underlying data are unlikely to be bivariate normal (or else Pearson’s r would be used) bootstrapping is often recommended – but it doesn’t always perform that well (Bishara & Hittner, 2017). One could also ... [Read more...]

Build a data frame from vectors

May 18, 2020 | Quantargo Blog

Tabular data is the most common format used by data scientists. In R, tables are respresented through data frames. They can be inspected by printing them to the console. Understand why data frames are important Interpret console output created by a data frame Create a new data frame using the ...
[Read more...]

FOCI: a new method for feature selection

May 18, 2020 | matloff

It’s been a while since I’ve posted here, not for lack of material but just having too long a TO DO list. I’ve added some important features to my regtools package, for instance, and hope to discuss them here soon. For the present post, though, I will ...
[Read more...]

FOCI: a new method for feature selection

May 18, 2020 | matloff

It’s been a while since I’ve posted here, not for lack of material but just having too long a TO DO list. I’ve added some important features to my regtools package, for instance, and hope to discuss them here soon. For the present post, though, I will ...
[Read more...]

poorman: The Selectificator 2000!

May 17, 2020 | Random R Ramblings

Introduction Welcome to my series of blog posts about my data manipulation package, {poorman}. For those of you that don’t know, {poorman} is aiming to be a replication of {dplyr} but using only {base} R, and therefore be completely dependency free. What’s nice about this series is that ... [Read more...]

Quickly Making an R Shiny Bingo App

May 17, 2020 | Mark White

During the lockdown of the city, game nights are happening on Zoom a lot. I was asked if I could code up a bingo game—about an hour and a half before game time. I’m sure there’s probably some type of bingo game programmed in Shiny already, but ... [Read more...]

Quickly Making an R Shiny Bingo App

May 17, 2020 | Mark White

During the lockdown of the city, game nights are happening on Zoom a lot. I was asked if I could code up a bingo game—about an hour and a half before game time. I’m sure there’s probably some type of bingo game programmed in Shiny already, but ... [Read more...]
1 5 6 7 8 9 17

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)