From 97b345cb3333997c5973c06c2cd75cbbdf9243c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shan=C3=A9=20Winner?= <43390034+swinner95@users.noreply.github.com> Date: Tue, 23 Apr 2019 13:37:41 -0700 Subject: [PATCH] Implemented Pixel Server --- how-to-use-azureml/training/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/how-to-use-azureml/training/README.md b/how-to-use-azureml/training/README.md index 40f25601..cfd44fc2 100644 --- a/how-to-use-azureml/training/README.md +++ b/how-to-use-azureml/training/README.md @@ -7,4 +7,6 @@ Follow these sample notebooks to learn: 3. [Train on remote VM](train-on-remote-vm): train a model using a remote Azure VM as compute target. 4. [Train on AmlCompute](train-on-amlcompute): train a model using an AmlCompute cluster as compute target. 5. [Train in an HDI Spark cluster](train-in-spark): train a Spark ML model using an HDInsight Spark cluster as compute target. -6. [Logging API](logging-api): experiment with various logging functions to create runs and automatically generate graphs. \ No newline at end of file +6. [Logging API](logging-api): experiment with various logging functions to create runs and automatically generate graphs. + +![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/training/README.png)