datascienceharp commited on
Commit
e977585
·
1 Parent(s): d650f60

update __main__

Browse files
Files changed (1) hide show
  1. script.py +1 -1
script.py CHANGED
@@ -99,4 +99,4 @@ def train_model(training_dataset, training_config):
99
 
100
  print(f"Best model saved to: {best_model_path}")
101
  if __name__=="__main__":
102
- run()
 
99
 
100
  print(f"Best model saved to: {best_model_path}")
101
  if __name__=="__main__":
102
+ train_model()