I was trying to implement autokeras TimeSeriesForecaster on a serial dataset. The features and label of the dataset are respectively given below. df1_x = AutoML preparation The dataframe has no NaN values, the shape of the features dataframe is (7111, 8) i.e. a 2D dataframe. But the error came as following: Answer You need to provide validation data to the
Tag: auto-keras
No module named ‘keras_tuner’
I’m executing this code on KaŁgle, and install autokeras library on it, but I got this error. No module named ‘keras_tuner’ Answer Upgrade the keras_tuner