init
This commit is contained in:
@@ -285,7 +285,7 @@ class Stock2Vector(HTS):
|
||||
return X, Y
|
||||
|
||||
def getVectorData(self, data, type="avg10", VECTOR_SIZE = 32):
|
||||
X, Y = [], []
|
||||
X, Y = np.zeros((VECTOR_SIZE, VECTOR_SIZE, 4)), np.zeros((32,1))
|
||||
df, minmax_df = self.preprocessData(data)
|
||||
|
||||
X = np.asarray(X)
|
||||
|
||||
Reference in New Issue
Block a user