https://github.com/thomd/on-azure-machine-learning
Experiments with Azure Machine Learning (Azure ML)
https://github.com/thomd/on-azure-machine-learning
azure experiments jupyter machine-learning ml
Last synced: about 2 months ago
JSON representation
Experiments with Azure Machine Learning (Azure ML)
- Host: GitHub
- URL: https://github.com/thomd/on-azure-machine-learning
- Owner: thomd
- Created: 2021-10-27T14:28:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T20:21:39.000Z (over 4 years ago)
- Last Synced: 2025-06-04T22:03:31.612Z (about 1 year ago)
- Topics: azure, experiments, jupyter, machine-learning, ml
- Language: Jupyter Notebook
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure ML Experiments
These are experiments inspired by [Azure Machine Learning Python SDK notebooks](https://github.com/Azure/MachineLearningNotebooks).
## Setup
conda install jupyterlab
conda install watermark
conda install nbdime
PIP_REQUIRE_VIRTUALENV=false pip install azureml-core
conda install scikit-learn
conda install conda
conda install matplotlib
## Start Jupyter notebooks
jupyter lab
## Experiments
* [train-model-local/train-local.ipynb](https://github.com/thomd/on-azure-machine-learning/blob/main/train-model-local/train-local.ipynb): train a model using local computer as compute target
* [train-model-aml-compute/train-aml-compute.ipynb](https://github.com/thomd/on-azure-machine-learning/blob/main/train-model-aml-compute/train-aml-compute.ipynb): train a model using Azure ML as compute target