Publications by Business Science

Hyperparameter Tuning Forecasts in Parallel with Modeltime

16.06.2021

Speed up forecasting with modeltime’s new built-in parallel processing. Fitting many time series models can be an expensive process. To help speed up computation, modeltime now includes parallel processing, which is support for high-performance computing by spreading the model fitting steps across multiple CPUs or clusters. Highlights We now ...

10250 sym R (5636 sym/23 pcs) 14 img 1 tbl

plotnine: Make great-looking correlation plots in Python

21.06.2021

The plotnine library is a powerful python visualization library based on R’s ggplot2 package. In this tutorial, we show you how to make a great-looking correlation plot using pandas and plotnine. This article is part of Python-Tips Weekly, a bi-weekly video tutorial that shows you step-by-step how to do common Python coding tasks. Here are th...

8575 sym 32 img

Gentle Introduction to Forecasting with Modeltime [Video Tutorial]

29.06.2021

A gentle introduction to our forecasting package, modeltime. Modeltime extends the Tidymodels ecosystem for time series forecasting. Learn how to forecast with ARIMA, Prophet, and linear regression time series models in this short video tutorial. This article is part of R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do...

3879 sym 4 img

R is for Research, Python is for Production

11.07.2021

👉 Sign Up For More Blog Articles 👈 Updated July 2021 Both R and Python are great. We’ll showcase some of the strengths of each language in this article by showcasing where the major development efforts are within each ecosystem. R is for Research If I had to describe R in one word, it would be: tidyverse. It has made research tasks – ...

9093 sym R (147 sym/2 pcs) 22 img

easystats: Quickly investigate model performance

13.07.2021

Easystats performance is an R package that makes it easy to investigate the relevant assumptions for regression models. Simply use the check_model() function to produce a visualization that combines 6 tests for model performance. We’ll quickly: Learn how to investigate performance with performance::check_model() Check out the Tidymodels integr...

8509 sym 22 img

Forecasting Many Time Series (Using NO For-Loops)

18.07.2021

Spending too much time on making iterative forecasts? I’m super excited to introduce the new panel data forecasting functionality in modeltime. It’s perfect for forecasting many time series at once without for-loops saving you time ⏱️ and aggravation ?. Just say NO to for-loops for forecasting. Fitting many time series can be an expensi...

12751 sym R (4534 sym/19 pcs) 20 img 2 tbl

ggdist: Make a Raincloud Plot to Visualize Distribution in ggplot2

21.07.2021

The ggdist package is a ggplot2 extension that is made for visualizing distributions and uncertainty. We’ll show see how ggdist can be used to make a raincloud plot. R-Tips Weekly This article is part of R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. Here are the links to get set up. ? Get t...

7425 sym 30 img

ggforce: Make a Hull Plot to Visualize Clusters in ggplot2

26.07.2021

The ggforce package is a ggplot2 extension that adds many exploratory data analysis features. In this tutorial, we’ll learn how to make hull plots for visualizing clusters or groups within our data. R-Tips Weekly This article is part of R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. Here are ...

6787 sym 24 img

ggalt: Make a Dumbbell Plot to Visualize Change in ggplot2

11.08.2021

ggalt is a ggplot2 extension that adds many new ggplot geometries. In this tutorial, we’ll learn how to make dumbbell plots for visualizing change within our data using geom_dumbbell(). R-Tips Weekly This article is part of R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do common R coding tasks. Here are the links to ...

7313 sym 24 img

ggalt: Make a Lollipop Plot to Compare Categories in ggplot2

23.08.2021

A Lollipop Plot shows the relationship between categories using a dot and a line that connects to a baseline (similar to a Bar Plot). In this short tutorial, we use ggalt to create a Lollipop Plot with the geom_lollipop() function. R-Tips Weekly This article is part of R-Tips Weekly, a weekly video tutorial that shows you step-by-step how to do c...

8384 sym 24 img