Spaces:
Sleeping
Sleeping
Shrikrishna
commited on
Commit
•
d14d4db
1
Parent(s):
45e7455
Update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,8 @@ for i in range(100, input_data.shape[0]):
|
|
81 |
x_test, y_test = np.array(x_test), np.array(y_test)
|
82 |
print(x_test.shape)
|
83 |
print(y_test.shape)
|
|
|
|
|
84 |
|
85 |
y_predicted = model.predict(x_test)
|
86 |
print("Predicted")
|
|
|
81 |
x_test, y_test = np.array(x_test), np.array(y_test)
|
82 |
print(x_test.shape)
|
83 |
print(y_test.shape)
|
84 |
+
print("y_test")
|
85 |
+
print(y_test)
|
86 |
|
87 |
y_predicted = model.predict(x_test)
|
88 |
print("Predicted")
|