rsample 0.1.1
-
Updated documentation on stratified sampling (#245).
-
Changed
make_splits()
to an S3 generic, with the original functionality a method forlist
and a new method for dataframes that allows users to create a split from existing analysis & assessment sets (@liamblake, #246). -
Added
validation_time_split()
for a single validation sample taking the first samples for training (@mine-cetinkaya-rundel, #256). -
Escalated the deprecation of the
gather()
method forrset
objects to a hard deprecation. Usetidyr::pivot_longer()
instead (#257). -
Changed resample "fingerprint" to hash the indices only rather than the entire resample result (including the data object). This is much faster and will still ensure the same resample for the same original data object (#259).