azureml-examples
azureml-examples copied to clipboard
Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
# PR into Azure/azureml-examples ## Checklist I have: - [x] read and followed the contributing guidelines ## Changes - Updated azureml version in docker file fixes #
## Which example? Describe the issue For the below code based on this sample notebook; https://github.com/Azure/azureml-examples/blob/main/notebooks/using-mlflow/train-with-mlflow/xgboost_service_principal.ipynb I get a "RepresenterError" when trying to log a model using service principal, and...
# PR into Azure/azureml-examples ## Checklist I have: - [ ] read and followed the contributing guidelines ## Changes - Added mirror traffic section in SDKv2 example for managed online...
# PR into Azure/azureml-examples ## Checklist I have: - [x] read and followed the contributing guidelines ## Changes Added the model registration code in bankmarketing example Added new register.py file...
I am following the tutorial to set up a automl (with azureml) conda enviroment in Windows. I downloaded and extracted the github folder, started an anaconda prompt window, cd to...
Add pipeline component sample Fix typo in existing samples (1b_e2e_registered_components in cli not be fixed) # PR into Azure/azureml-examples ## Checklist I have: - [x] read and followed the contributing...
I find the current development of AzureML very confusing. - There appears to be a transition from Python SDK v1 to v2 (confirmed) - There appears to be a transition...
I would like to see an example of how a computer vision based model (like object classification or detection) can be deployed to a real-time online endpoint. Specifically, I want...
## Which example? Describe the issue example: online-endpoints-simple-deployment.ipynb description: My code is based on this notebook. However, I added the `app_insights_enabled` flag to the deployment variable in order to save...
# PR into Azure/azureml-examples ## Checklist I have: - [X] read and followed the contributing guidelines ## Changes - MpiConfiguration was replaced with PyTorchConfiguration in the DeepSpeed example with CIFAR...