jiehou commited on
Commit
31883e6
·
1 Parent(s): 686c2a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 + 2 + np.random.randn(m,1)
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