Azure ML Studio. UI. How to retrive custom model in custom component?
Anna Maslova
5
Reputation points
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
Sign in to answer