Relative Content

Tag Archive for azuremachine-learningartificial-intelligence

Creating a data asset in Azure but getting this Error

I’m trying to create a ML data asset and I’m following this link: https://microsoftlearning.github.io/mslearn-ai-fundamentals/Instructions/Labs/01-machine-learning.html
to get it done but I am constantly getting this error

Azure AI ML Studio – NLP Multilabel Giving 0 Accuracy, F1, Precision, Recall

I’m using Azure automl for NLP, it’s a multilabel classification where a single prediction could involve multiple values. In my case, I’m predicting repair codes for automotive units. I’ve condensed this into two columns, one column is a plain text document comprised of the unit make, model, parts used, and repair steps the technician noted during the repair. The second column is what I’m looking to predict, which is a list of relevant repair codes. I’ve given 28,000 training samples, and 4,000 validation samples.