MachineLearningNotebooks
MachineLearningNotebooks copied to clipboard
Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
Other changes: 1) update doc for init(), run() and shutdown(). 2) specify code snip as python to improve rendering.
Added notebook and instruction that allow users to deploy a model from AMl to Azure Edge device with GPU acceleration
Should use scikit-learn higher version as we use "import joblib" in score.py. For user who use scikit-learn lower than 0.22, will get CrashBackoff error during the model deployment, even without...
Link to pipeline-style-transfer sample updated. Original URL was "https://aka.ms/pl-style-trans". Its target URL is "https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/pipeline-style-transfer/pipeline-style-transfer-mpi.ipynb", but it returns 404 error.