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 298096a commit 77fe0a3Copy full SHA for 77fe0a3
autoPyTorch/datasets/resampling_strategy.py
@@ -150,11 +150,6 @@ def get_validators(*choices: CrossValFunc):
150
"""TODO: to be compatible, it is here now, but will be deprecated soon."""
151
return {choice.name: choice.value for choice in choices}
152
153
- def is_stratified(self) -> bool:
154
- stratified = [self.stratified_k_fold_cross_validation,
155
- self.stratified_shuffle_split_cross_validation]
156
- return getattr(self, self.name) in stratified
157
-
158
159
class HoldoutValTypes(Enum):
160
"""The type of hold out validation (refer to CrossValTypes' doc-string)"""
0 commit comments