YoneSlapWind80085 commited on
Commit
5bd78ff
·
verified ·
1 Parent(s): d9b2b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,8 +55,7 @@ y_pred = model.predict(X_test)
55
 
56
 
57
 
58
- print(f"Mean Squared Error: {mse}")
59
- print(f"R-squared: {r2}")
60
 
61
  # Plot the regression line
62
  plt.figure(figsize=(8, 6))
 
55
 
56
 
57
 
58
+
 
59
 
60
  # Plot the regression line
61
  plt.figure(figsize=(8, 6))