mmpretrain/mmcls/datasets
Ma Zerun b39885d953
[Feature] Support K-fold cross-validation (#563)
* Support to use `indices` to specify which samples to evaluate.

* Add KFoldDataset wrapper

* Rename 'K' to 'num_splits' accroding to sklearn

* Add `kfold-cross-valid.py`

* Add unit tests

* Add help doc and docstring
2022-01-19 18:32:55 +08:00
..
pipelines [Fix] Fix interpolation method checking in `Resize` (#547) 2021-11-19 17:38:25 +08:00
samplers [Fix] Fix test sampler bug. (#611) 2021-12-23 18:07:41 +08:00
__init__.py [Feature] Support K-fold cross-validation (#563) 2022-01-19 18:32:55 +08:00
base_dataset.py [Feature] Support K-fold cross-validation (#563) 2022-01-19 18:32:55 +08:00
builder.py [Feature] Support K-fold cross-validation (#563) 2022-01-19 18:32:55 +08:00
cifar.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
dataset_wrappers.py [Feature] Support K-fold cross-validation (#563) 2022-01-19 18:32:55 +08:00
imagenet.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
imagenet21k.py [Docs] Fix docs build dependency. (#584) 2021-12-07 11:16:33 +08:00
mnist.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
multi_label.py [Feature] Support K-fold cross-validation (#563) 2022-01-19 18:32:55 +08:00
utils.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00
voc.py [Docs] Add Copyright information. (#413) 2021-08-17 19:52:42 +08:00