You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor code to comply with Black formatting standards
This commit applies automated formatting changes to improve code readability and consistency. Specifically, it addresses line length violations and argument wrapping across several modules, including H2O classifier wrappers, the grid search pipeline, and utility classes.
Changes include:
Wrapping long function calls and dictionary definitions in H2OBaseClassifier.py.
Breaking long lines in grid_search_cross_validate.py and hyperparameter_search.py.
Formatting dictionary access in project_score_save.py.
Updating test assertions in test_h2o_base_classifier.py to match the new style.
0 commit comments