While training the model on the dataset 'Predict The Flight Ticket Price Hackathon' I encountered the abovementioned error
# train models with AutoML
automl = AutoML(mode="Compete")
automl.fit(X_train, y_train)
Link to data https://www.machinehack.com/hackathons/predict_the_flight_ticket_price_hackathon
While training the model on the dataset 'Predict The Flight Ticket Price Hackathon' I encountered the abovementioned error
Link to data https://www.machinehack.com/hackathons/predict_the_flight_ticket_price_hackathon