Skip to content

rsample 0.0.8

Compare
Choose a tag to compare
@topepo topepo released this 23 Sep 17:40
  • New manual_rset() for constructing rset objects manually from custom rsplits (tidymodels/tune#273).

  • Three new time based resampling functions have been added: sliding_window(), sliding_index(), and sliding_period(), which have more flexibility than the pre-existing rolling_origin().

  • Correct alpha parameter handling for bootstrap CI functions (#179, #184).