Skip to content

Commit

Permalink
Small mention of code from issue #17
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo committed Aug 9, 2017
1 parent 1a229a8 commit 41707cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In this package we use the following terminology for the two partitions that com
* The _analysis_ data are those that we selected in the resample. For a bootstrap, this is the sample with replacement. For 10-fold cross-validation, this is the 90% of the data. These data are often used to fit a model or calculate a statistic in traditional bootstrapping.
* The _assessment_ data are usually the section of the original data not covered by the analysis set. Again, in 10-fold CV, this is the 10% held out. These data are often used to evaluate the performance of a model that was fit to the analysis data.

(Aside: While some might use the term "training" and "testing" for these data sets, we avoid them since those labels often conflict with the data that result from an initial partition of the data that is typically done _before_ resampling.)
(Aside: While some might use the term "training" and "testing" for these data sets, we avoid them since those labels often conflict with the data that result from an initial partition of the data that is typically done _before_ resampling. The training/test split can be conducted using the `initial_split` function in this package.)

Let's look at one of the `rsplit` objects
```{r rsplit}
Expand Down

0 comments on commit 41707cd

Please sign in to comment.