Assistance Needed: "numpy.core.multiarray failed to import" Error During the Monitoring job at Model Performance Metrics Computation step in Azure ML Workspace
I am encountering an issue while running a monitoring pipeline job in Azure Machine Learning. During the "Model Performance - Compute Metrics" step, I receive the following error:
"numpy.core.multiarray failed to import"
I do not have control over the packages that it uses while running this job
I am using this schema for creating the yaml file for setting up the monitoring job
$schema: https://azuremlschemas.azureedge.net/latest/monitorSchedule.schema.json
In documentation also i am not able to find if we can set up a custom environment there. The monitoring job automatically does the steps i only provide what metrices it needs to calculate and the data it requires. Has anyone else experienced a similar problem, and if so, how did you address it?