tidymodels / rsample

Classes and functions to create and summarize resampling objects
https://rsample.tidymodels.org
Other
338 stars 67 forks source link

Update naming for elements relating to potato set #496

Open hfrick opened 4 months ago

hfrick commented 4 months ago

... once we are sure what we want to call things.

I've been missing a way to differentiate the analysis set of the split object going into inner_split() and the analysis set coming out of it so I've been referring to them as outer analysis set and inner analysis set, respectively. The inner assessment set in that "speak" is the potato set.

This relates to https://github.com/tidymodels/rsample/issues/490 and the labels but also the documentation as in https://github.com/tidymodels/rsample/pull/489#discussion_r1613503485

hfrick commented 1 week ago

We'll go with "calibration set" since that is currently all we use it for and we don't necessarily anticipate using it for anything else.