kgauvin603 commited on
Commit
bf20a70
1 Parent(s): 1f96cea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,5 +101,5 @@ y_test_pred = model_pipeline.predict(X_test)
101
  f1 = f1_score(y_test, y_test_pred)
102
  conf_matrix = confusion_matrix(y_test, y_test_pred)
103
  model_pipeline.named_steps
104
-
105
 
 
101
  f1 = f1_score(y_test, y_test_pred)
102
  conf_matrix = confusion_matrix(y_test, y_test_pred)
103
  model_pipeline.named_steps
104
+ #
105