Closed ActurialCapital closed 1 year ago
Oops! To test the package with data from yahoo.
from ydata_synthetic.preprocessing.timeseries.utils import real_data_loading
stock_data = real_data_loading(yf.download("AAPL", start="2017-01-01", end="2023-01-30").values, seq_len=seq_len)
Describe the bug On colab:
ValueError: Input 0 of layer "model_3" is incompatible with the layer: expected shape=(None, 24, 6), found shape=(128, 6)
To Reproduce Used yfinance instead of the example csv
Screenshots Error message: