aman5614 commited on
Commit
e0bd74a
·
verified ·
1 Parent(s): 5efcbe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,7 +326,7 @@ metrics = {
326
 
327
  # Convert dictionary to dataframe
328
  df = pd.DataFrame(metrics, index=[model_name]).round(2)
329
- print(df)
330
  dt_evaluation = evaluate_model(best_dt, X_test, y_test, 'DT')
331
  dt_evaluation
332
  rf_base = RandomForestClassifier(random_state=0)
 
326
 
327
  # Convert dictionary to dataframe
328
  df = pd.DataFrame(metrics, index=[model_name]).round(2)
329
+
330
  dt_evaluation = evaluate_model(best_dt, X_test, y_test, 'DT')
331
  dt_evaluation
332
  rf_base = RandomForestClassifier(random_state=0)