Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,7 @@ y_pred = model.predict(X_test)
|
|
55 |
|
56 |
|
57 |
|
58 |
-
|
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))
|