init
This commit is contained in:
@@ -35,10 +35,7 @@ class StockTrainer:
|
|||||||
temp_X[k][idx] = TOTAL_X[k][j]
|
temp_X[k][idx] = TOTAL_X[k][j]
|
||||||
idx += 1
|
idx += 1
|
||||||
X.append(temp_X)
|
X.append(temp_X)
|
||||||
Y.append(TOTAL_Y[i])
|
Y.append(TOTAL_Y[0][i])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return X, Y
|
return X, Y
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user