YoneSlapWind80085 commited on
Commit
d9b2b02
·
verified ·
1 Parent(s): 597205c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ y_pred = model.predict(X_test)
53
 
54
  # Evaluating the model
55
 
56
- # r2 = r2_score(y_test, y_pred)
57
 
58
  print(f"Mean Squared Error: {mse}")
59
  print(f"R-squared: {r2}")
 
53
 
54
  # Evaluating the model
55
 
56
+
57
 
58
  print(f"Mean Squared Error: {mse}")
59
  print(f"R-squared: {r2}")