Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sibre28 committed Aug 16, 2024
1 parent c811399 commit eaf02cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/safeds/ml/nn/_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,6 @@ def fit_by_exhaustive_search(

if isinstance(train_data, TimeSeriesDataset) and train_data.continuous:
raise NotImplementedError("Continuous Predictions are currently not supported for Time Series Classification.")
if isinstance(train_data, ImageDataset) and isinstance(self._input_conversion, InputConversionImageToImage):
raise NotImplementedError("Hyperparameter Optimization for Images as Output is currently not supported.")

_check_bounds("epoch_size", epoch_size, lower_bound=_ClosedBound(1))
_check_bounds("batch_size", batch_size, lower_bound=_ClosedBound(1))
Expand Down

0 comments on commit eaf02cb

Please sign in to comment.