MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

MLOps using Azure ML Services and Azure DevOps

Results 82 MLOpsPython issues
Sort by recently updated
recently updated
newest added

Hi! It's not a issue, but I need to know how to adapt this solution to deploy this to QA and Production environments using Pipeline Release. I could follow the...

With the latest releases of AML SDK, we find line 157 in diabetes_regression/training/train_aml.py failing randomly and silently. This breaks line 122 in diabetes_regression/evaluate/evaluate_model.py. While the fix in evaluate_model.py solves the...

This feedback pertains to "ms-air-aiagility.vss-services-azureml.azureml-restApi-task.MLPublishedPipelineRestAPITask@0" used in our MLOpsPython sample https://github.com/microsoft/MLOpsPython/blob/master/.pipelines/diabetes_regression-ci.yml#L83 See existing UserVoice for other user feedbacks: https://feedback.azure.com/forums/257792-machine-learning/suggestions/40575718-document-azure-devops-machine-learning-tasks

The order of y_true, y_pred is reversed sklearn.metrics.mean_squared_error(y_true, y_pred, *, sample_weight=None, multioutput='uniform_average', squared=True)

Tried with bootstrap custom model using LSTM algorithm. Modified code train.py,train_aml.py and facing issue in Trigger ML training pipeline .  It's failed and not to find extact error in training...

This PR adds the ability to create the azure web app automatically from an ARM template (#275), so one does not have to do those manual steps. There are two...

Pipeline scripts must be executed as modules Fixes #365

Unauthorized, no Authorization header

Hi, I tried installing azureml-interpret and azureml-explain-model and when i import tabularexplainer its not getting imported. And on checking logs it shows that these modules are not compatible so can...