While running the pipeline in azure devops for the specific job named Training the model having the the command
az ml run submit-script -g azure-devops-rg-1 -w mlops-wsp-1 -e cantypedetect --ct mlstudclust2 -d conda_requirements.yml -c train_data -t ../metadata/run.json ./train_test.py
train_test.py contains xgboost model for a specific data.
pipeline information:
agent running is ubuntu-latest
I have added python version (3.11.*), installed libraries, added ML CLI extension, workspaced creation in ml studio, created compute cluster, uploading data to default datastore and created the folders metadata, models for outputs, those jobs are all working fine except this training the model job.
Important thing: I am not using urlencode function at all in my train_test.py file.