wlandau / targets-tutorial

Short course on the targets R package
https://rstudio.cloud/project/1699460
Other
95 stars 24 forks source link

1-function typo #17

Closed kyle-messier closed 10 months ago

kyle-messier commented 11 months ago

Description

Simple typo in the Rmarkdown for tutorial 1-functions.Rmd

L78, the training and test set sizes are reversed in the plain language text.

Reproducible example

L78 says:

The training set has 2113 customers (rows) and the testing set has 4930.

According to the output of the code block below, it says:

<Training/Testing/Total> <4930/2113/7043>

Expected result

L78 should say:

The training set has 4930 customers (rows) and the testing set has 2113.