We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ead2fa commit f4b8f9fCopy full SHA for f4b8f9f
1 file changed
diabetes_regression/training/train.py
@@ -63,7 +63,7 @@ def main():
63
64
# Define training parameters
65
# ridge_args = {"alpha": 0.5}
66
- ridge_args = {"alpha": 0.4}
+ ridge_args = {"alpha": 0.5}
67
68
# Load the training data as dataframe
69
data_dir = "data"
0 commit comments