huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

other .cvs from yahoo seems to be ignored

riodda opened this issue · comments

commented

Hi, thanks for sharing your interesting work. i'm just playing with it and i downloaded a couple of csv from yahoo of 2 italian stocks. I try to feed the stock-forecasting-js page with any of 2 of them but nothing happens on train, while if i use any of the csv of the dataset folder everything works fine...looking at webconsole i see this error message

Error: Error in slice1D: begin[0] + size[0] (251) would overflow input.shape[0] (250)

commented

Actually it's just needed to have more than 251 lines. Cheers.