Shrikrishna commited on
Commit
3579bf6
1 Parent(s): b0cdab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -76,6 +76,8 @@ for i in range(100, input_data.shape[0]):
76
  x_test, y_test = np.array(x_test), np.array(y_test)
77
 
78
  y_predicted = model.predict(x_test)
 
 
79
 
80
  sc = scaler.scale_
81
  print(sc)
 
76
  x_test, y_test = np.array(x_test), np.array(y_test)
77
 
78
  y_predicted = model.predict(x_test)
79
+ print("Predicted")
80
+ print(y_predicted)
81
 
82
  sc = scaler.scale_
83
  print(sc)