We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3125932 commit b20f26dCopy full SHA for b20f26d
1 file changed
autoPyTorch/datasets/time_series_dataset.py
@@ -699,13 +699,8 @@ def __init__(self,
699
valid_splits.append(split)
700
701
if len(valid_splits) == 0:
702
-<<<<<<< HEAD
703
raise ValueError(f'The passed value for {n_prediction_steps} is unsuited for the current dataset, please '
704
'consider reducing n_prediction_steps')
705
-=======
706
- raise ValueError('The forecasting horizon setting is unsuited for the Current dataset, please '
707
- 'considering reducing n_prediction_steps')
708
->>>>>>> ee2ff5c3 (maint)
709
710
self.splits = valid_splits
711
0 commit comments