Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Feb 4, 2025
1 parent e705227 commit 8d3b7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
- Data iteration and dataloaders (`eachobs` and `DataLoader`).
- Lazy data views (`obsview`).
- Resampling procedures (`undersample` and `oversample`).
- Train/test splits (`splitobs`)
- Train/test splits (`splitobs`, stratified split)
- Data partitioning and aggregation tools (`batch`, `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.
- Other data handling utilities (`flatten`, `normalise`, `unsqueeze`, `stack`, `unstack`).
- Other data handling utilities (`flatten`, `normalise`, `unsqueeze`, `stack`, `unstack`, `slidingwindow`).


## Examples
Expand Down

0 comments on commit 8d3b7d3

Please sign in to comment.