Skip to content

Commit d05696b

Browse files
committed
added TODO
1 parent c470099 commit d05696b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoPyTorch/datasets/resampling_strategy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def is_stratified(self) -> bool:
6464

6565

6666
class HoldoutValTypes(IntEnum):
67+
"""TODO: change to enum using functools.partial"""
6768
"""The type of hold out validation (refer to CrossValTypes' doc-string)"""
6869
holdout_validation = 6
6970
stratified_holdout_validation = 7

0 commit comments

Comments
 (0)