How to fix Failed to validate user configuration and data.\n 1. Y is empty in azure ml studio

Hermoine Ron 0 Reputation points
2024-05-20T19:02:52.8+00:00

I am training a automated ml model and I get data from data asset. Till yesterday it was working and now I am getting this following error while I run the job

"error": { "code": "UserError", "message": "Failed to validate user configuration and data.\n 1. Y is empty", "message_parameters": {}, "target": "ValidationService", "details": [ { "code": "UserError", "severity": 2, "message": "Y is empty", "message_format": "{dataName} is empty", "message_parameters": { "dataName": "Y" }, "target": "training_data", "details": [ { "message": "null", "message_parameters": {}, "details": [] } ], "inner_error": { "code": "BadData", "inner_error": { "code": "EmptyData" } } } ] }

but after reading the training data, I checked and I can see the data

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,655 questions
{count} votes