We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c470099 commit d05696bCopy full SHA for d05696b
autoPyTorch/datasets/resampling_strategy.py
@@ -64,6 +64,7 @@ def is_stratified(self) -> bool:
64
65
66
class HoldoutValTypes(IntEnum):
67
+ """TODO: change to enum using functools.partial"""
68
"""The type of hold out validation (refer to CrossValTypes' doc-string)"""
69
holdout_validation = 6
70
stratified_holdout_validation = 7
0 commit comments