Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ y_pred = model.predict(X_test)
|
|
53 |
|
54 |
# Evaluating the model
|
55 |
|
56 |
-
|
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}")
|