Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Azure/MachineLearningNotebooks
Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://github.com/Azure/MachineLearningNotebooks
azure azure-machine-learning azure-ml azureml data-science deep-learning machine-learning notebook
Last synced: 5 days ago
JSON representation
Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
- Host: GitHub
- URL: https://github.com/Azure/MachineLearningNotebooks
- Owner: Azure
- License: mit
- Created: 2018-08-17T17:29:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T16:03:36.000Z (13 days ago)
- Last Synced: 2024-10-29T11:28:58.575Z (5 days ago)
- Topics: azure, azure-machine-learning, azure-ml, azureml, data-science, deep-learning, machine-learning, notebook
- Language: Jupyter Notebook
- Homepage: https://docs.microsoft.com/azure/machine-learning/service/
- Size: 74.7 MB
- Stars: 4,086
- Watchers: 1,946
- Forks: 2,521
- Open Issues: 392
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - Azure/MachineLearningNotebooks - Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft (Jupyter Notebook)
- awesome-python-machine-learning-resources - GitHub - 21% open · ⏱️ 19.08.2022): (工作流程和实验跟踪)
- jimsghstars - Azure/MachineLearningNotebooks - Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft (Jupyter Notebook)
README
# Azure Machine Learning Python SDK notebooks
### **With the introduction of AzureML SDK v2, this samples repository for the v1 SDK is now deprecated and will not be monitored or updated. Users are encouraged to visit the [v2 SDK samples repository](https://github.com/Azure/azureml-examples) instead for up-to-date and enhanced examples of how to build, train, and deploy machine learning models with AzureML's newest features.**
Welcome to the Azure Machine Learning Python SDK notebooks repository!
## Getting started
These notebooks are recommended for use in an Azure Machine Learning [Compute Instance](https://docs.microsoft.com/azure/machine-learning/concept-compute-instance), where you can run them without any additional set up.
However, the notebooks can be run in any development environment with the correct `azureml` packages installed.
Install the `azureml.core` Python package:
```sh
pip install azureml-core
```Install additional packages as needed:
```sh
pip install azureml-mlflow
pip install azureml-dataset-runtime
pip install azureml-automl-runtime
pip install azureml-pipeline
pip install azureml-pipeline-steps
...
```We recommend starting with one of the [quickstarts](tutorials/compute-instance-quickstarts).
## Contributing
This repository is a push-only mirror. Pull requests are ignored.
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). Please see the [code of conduct](CODE_OF_CONDUCT.md) for details.
## Reference
- [Documentation](https://docs.microsoft.com/azure/machine-learning)