From 314218fc8978aed88c043d51c8da0975159f7eb8 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:47:06 -0700 Subject: [PATCH] Added pixel server --- how-to-use-azureml/automated-machine-learning/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/how-to-use-azureml/automated-machine-learning/README.md b/how-to-use-azureml/automated-machine-learning/README.md index 632ceca9..66e46c07 100644 --- a/how-to-use-azureml/automated-machine-learning/README.md +++ b/how-to-use-azureml/automated-machine-learning/README.md @@ -282,4 +282,6 @@ To resolve this issue, allocate a DSVM with more memory or reduce the value spec ## Remote run: Iterations show as "Not Responding" in the RunDetails widget. This can be caused by too many concurrent iterations for a remote DSVM. Each concurrent iteration usually takes 100% of a core when it is running. Some iterations can use multiple cores. So, the max_concurrent_iterations setting should always be less than the number of cores of the DSVM. -To resolve this issue, try reducing the value specified for the max_concurrent_iterations setting. \ No newline at end of file +To resolve this issue, try reducing the value specified for the max_concurrent_iterations setting. + +![Impressions](https://PixelServer20190423114238.azurewebsites.net/api/impressions/MachineLearningNotebooks/how-to-use-azureml/automated-machine-learning/README.png)