Articles by Business Science

ggradar: radar plots with ggplot in R

October 4, 2022 | Business Science

Businesses have tons of data. But 90% have no clue how to use it. Here’s what they are overlooking… Within-Group Analysis. Groups are important (think customer segments). But group-wise comparisons can be tricky. Thankfully an R package exists to hel...
[Read more...]

How I analyze 100+ ggplots at once

March 30, 2022 | Business Science

Visualizing big data is next to impossible. As soon as I have 12 plots, that’s where my ability to use native ggplot suffers. That is until I found trelliscopejs. trelliscopejs is like ggplot2 faceting on steroids. This may seem crazy, but the benefit...
[Read more...]

Tidy Time Series Forecasting in R with Spark

October 19, 2021 | Business Science

I’m SUPER EXCITED to show fellow time-series enthusiasts a new way that we can scale time series analysis using an amazing technology called Spark! Without Spark, large-scale forecasting projects of 10,000 time series can take days to run because of long-running for-loops and the need to test many models on ...
[Read more...]

Tidy Parallel Processing in R with furrr

September 13, 2021 | Business Science

Parallel processing in the tidyverse couldn’t be easier with the furrr package. If you are familiar with the purrr::map() function, then you’ll love furrr::future_map(), which we’ll use in this FREE R-Tip training to get a 2.6X speed-up in our code. R...
[Read more...]
1 2 3 7