-
Notifications
You must be signed in to change notification settings - Fork 300
Closed
Labels
refactoringImprovement of readability and abstract codesImprovement of readability and abstract codes
Description
I was browsing some code in SimpleImputer.py
and I really have no idea how this multi-line double if statement with a 0 != 0
in it works? Little cleaning job I guess
if len(dataset_properties['numerical_columns']) \
if isinstance(dataset_properties['numerical_columns'], List) else 0 != 0:
add_hyperparameter(cs, numerical_strategy, CategoricalHyperparameter)
Metadata
Metadata
Assignees
Labels
refactoringImprovement of readability and abstract codesImprovement of readability and abstract codes