Skip to content

Commit

Permalink
Fixing flake issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ra-amex committed Jan 26, 2021
1 parent 90f8ccb commit 73251a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autosklearn/util/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def _get_regression_configuration_space(info: Dict[str, Any],


def _get_classification_configuration_space(info: Dict[str, Any],
include: Optional[Dict[str, List[str]]],
exclude: Optional[Dict[str, List[str]]]
) -> ConfigurationSpace:
include: Optional[Dict[str, List[str]]],
exclude: Optional[Dict[str, List[str]]]
) -> ConfigurationSpace:
task_type = info['task']

multilabel = False
Expand Down

0 comments on commit 73251a7

Please sign in to comment.