keras-tuner
keras-tuner copied to clipboard
Make `col_width` customizable in Display class
This pull request adds the ability to customize the col_width parameter in the Display class of the oracle.py file. The col_width parameter determines the width of the columns when printing larger proposed model names.
The following commits are included in this pull request:
-
test: Add test for display col_width parameter: This commit adds a test case to ensure that thecol_widthparameter is working correctly. -
feat: Add property and setter for col_width: This commit adds a property and setter method for thecol_widthparameter in theOracleclass. -
chore: Update Display class in oracle.py with col_width parameter: This commit updates theDisplayclass in theoracle.pyfile to include thecol_widthparameter.
Fixes #1024