While developing our workflow, we encountered an issue where the AutoML Node stopped executing with an error: “Training and/or testing for all models failed, try to select more models or change input features” during the process of determining the optimal machine learning model.
Thank you for your response. We are currently using this AutoML Component and plugging in this data (Attached). Our target column in “mismatch” which we are trying to predict. processedData.xlsx (3.0 MB)
@RishalJ I took a look at the data you provided. You have 80 Rows, 12 Target cases and +4k features. I do not think one can build a model with this. Is this meant as a sample?
We tried adjusting the set to around 65% to 70% along with singling out models one at a time, however it would still break either at of the Detect Models nodes. We have tried the AutoML Regression posted above and it was able to execute successfully.
@RishalJ the mismatch variable is formatted as a number so technically you can treat it as a regression problem. You should carefully examine if this is a good idea.
Also maybe convert it to a string and see if the other models would work then.