diff --git a/README.md b/README.md index ab56281..c28d820 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - Lazy data views (`obsview`). - Resampling procedures (`undersample` and `oversample`). - Train/test splits (`splitobs`, stratified split) -- Data partitioning and aggregation tools (`batch`, `unbatch`, `chunk`, `group_counts`, `group_indices`). +- Data partitioning and aggregation tools (`batch`, `batch_sequence`, `unbatch`, `chunk`, `group_counts`, `group_indices`). - Folds for cross-validation (`kfolds`, `leavepout`). - Datasets lazy tranformations (`mapobs`, `filterobs`, `groupobs`, `joinobs`, `shuffleobs`). - Toy datasets for demonstration purpose.