Questions tagged [azure-machine-learning-service]

If you have any inquiries regarding Microsoft's cloud-based machine learning service, don't forget to mention the version of azureml-sdk or azureml CLI that you are utilizing along with any relevant code snippets in your question.

Azure Machine Learning dataset creation seems to be stuck in an endless loop

I'm facing an issue while attempting to generate a Dataset from a data store using Azure ML. The process seems to hang indefinitely without completion. Below is the code snippet I'm running, derived from Microsoft's documentation: import az ...

creating a score.py file for Azure MLWant to know how to create a

I am exploring Azure ML for the first time and attempting to deploy my model on the Azure platform. My model is based on text classification, where the data is preprocessed, encoded using a BERT model, and then trained using catBoost. I have successfully r ...

Attempting to upload xgboost to Azure Machine Learning has encountered an issue: %1 is recognized as an invalid Win32 application. The process has concluded with an exit code of 1

I attempted to upload the xgboost python library to Azure ML, but encountered an error stating that my library is not a Win32 application. I made sure to install the 32 bit version of the package and I am running conda 32 bit as well. The library was downl ...