Skip to content

rsample 0.1.1

Compare
Choose a tag to compare
@juliasilge juliasilge released this 08 Nov 21:11
d6a73ac
  • Updated documentation on stratified sampling (#245).

  • Changed make_splits() to an S3 generic, with the original functionality a method for list 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 for rset objects to a hard deprecation. Use tidyr::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).