Azure ML Studio. UI. How to retrive custom model in custom component?

Anna Maslova 5 Reputation points
2023-05-15T23:22:05.41+00:00

Hello.

I work in Designer for create Pipeline. I am using my custom components in Python. Also I registered Custom model in block Models.

I designer I connect to blocks my model and components (out-in)

I use args for reading outposts.

like path_model = args.models_output

kmeans=joblib.load(path_model)

But Error model does exist.

How can I read my model correct?

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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.