MachineLearningNotebooks - MLを使用したPythonノートブックとAzureMachineLearningPythonSDKを使用したディープラーニングの例| マイクロソフト

(Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft)

Created at: 2018-08-18 01:29:14
Language: Jupyter Notebook
License: MIT

Azure Machine LearningPythonSDKノートブック

追跡にmlflowを使用した例のコミュニティ主導のリポジトリは、https://github.com/Azure/azureml-examplesにあります。

Azure Machine Learning Python SDKノートブックリポジトリへようこそ!

入門

これらのノートブックは、追加のセットアップなしで実行できるAzure MachineLearningComputeインスタンスでの使用をお勧めします。

ただし、ノートブックは、正しい

azureml
パッケージがインストールされている任意の開発環境で実行できます。

azureml.core
Pythonパッケージをインストールします。

pip install azureml-core

必要に応じて追加のパッケージをインストールします。

pip install azureml-mlflow
pip install azureml-dataset-runtime
pip install azureml-automl-runtime
pip install azureml-pipeline
pip install azureml-pipeline-steps
...

クイックスタートの1つから始めることをお勧めします。

貢献

このリポジトリはプッシュ専用ミラーです。プルリクエストは無視されます。

行動規範

このプロジェクトは、Microsoftオープンソース行動規範を採用しています。詳細については、行動規範をご覧ください。

参照