huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Apache License 2.0
7.96k stars 2.81k forks source link

other .cvs from yahoo seems to be ignored #79

Closed riodda closed 4 years ago

riodda commented 4 years ago

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)

riodda commented 4 years ago

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