You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: