We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ceac0 commit a97d147Copy full SHA for a97d147
how-to-use-azureml/training/README.md
@@ -0,0 +1,8 @@
1
+## Using basic training APIs
2
+
3
+Follow these sample notebooks to learn:
4
5
+1. [Train within notebook](): train a simple scikit-learn model using the Jupyter kernel and deploy the model to Azure Container Service.
6
+2. [Train on local](train-on-local): train a model using local computer as compute target.
7
+3. [Train on remove VM](train-remote_vm): train a model using a remote Azure VM as compute target.
8
+4. [Logging API](logging-api): experiment with various logging functions to create runs and automatically generate graphs.
0 commit comments