How can I use a different environment for the components executed in the environment/update the libraries version

Xavier Val 0 Reputation points
2024-07-09T10:59:36.9233333+00:00

I'm trying to create a ML model capable of explaining prediction results using the SHAP library in Azure ML Designer using the following code:

User's image However, when I execute the pipeline, I encounter the following error:

User's image

Upon researching, I discovered that I need to upgrade NumPy to at least version 1.8.0. The default version in the environment used by the designer and pipeline is 1.22:User's image It seems there's no straightforward way to modify the Conda configuration to import the required version, nor have I found a way to change the environment used for the pipeline designer.

Is there any workaround to upgrade the version, or am I missing something regarding how to change the environment?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,891 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.