Multivariate-Analysis--Oil-Price-Prediction-Using-LSTM-GRU-
Multivariate-Analysis--Oil-Price-Prediction-Using-LSTM-GRU- copied to clipboard
error running code
trafficstars
hi i got error when running this code ##Forecasting Using Z-Score Outlier Removal sc3 = MinMaxScaler(feature_range=(0,1)) sc4 = MinMaxScaler(feature_range=(0,1)) gru_model(sc3,z_train,3)
TypeError: Inputs to a layer should be tensors. Got: MinMaxScaler()