Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ m = 50
|
|
| 26 |
X1_test = 6 * np.random.rand(m,1) - 3
|
| 27 |
X2_test = X1_test ** 2
|
| 28 |
|
| 29 |
-
y_test = X1_test + 0.5 * X2_test +
|
| 30 |
|
| 31 |
|
| 32 |
import pandas as pd
|
|
|
|
| 26 |
X1_test = 6 * np.random.rand(m,1) - 3
|
| 27 |
X2_test = X1_test ** 2
|
| 28 |
|
| 29 |
+
y_test = X1_test + 0.5 * X2_test + 4 + np.random.randn(m,1)
|
| 30 |
|
| 31 |
|
| 32 |
import pandas as pd
|