Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed number of nodes for compute cluster #414

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
changed training parameter
  • Loading branch information
pareshracybage committed Mar 29, 2023
commit ca9919222b2f1c997de42d8fc73e7015807c9366
2 changes: 1 addition & 1 deletion diabetes_regression/training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def main():
print("Running train.py")

# Define training parameters
ridge_args = {"alpha": 0.5}
ridge_args = {"alpha": 0.49}

# Load the training data as dataframe
data_dir = "data"
Expand Down