Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Feb 22, 2021
1 parent c470099 commit d05696b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoPyTorch/datasets/resampling_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def is_stratified(self) -> bool:


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

0 comments on commit d05696b

Please sign in to comment.