Skip to content

Commit 09c8ef7

Browse files
authored
Merge pull request #172383 from nibaccam/patch-21
Databricks runtime version guidance
2 parents 66cc8bf + 0a7cd9f commit 09c8ef7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-configure-databricks-automl-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: roastala
88
ms.service: machine-learning
99
ms.subservice: core
1010
ms.reviewer: larryfr
11-
ms.date: 10/21/2020
11+
ms.date: 09/14/2021
1212
ms.topic: how-to
1313
ms.custom: devx-track-python
1414
---
@@ -48,7 +48,7 @@ Use these settings:
4848
| Setting |Applies to| Value |
4949
|----|---|---|
5050
| Cluster Name |always| yourclustername |
51-
| Databricks Runtime Version |always| Runtime 7.1 (scala 2.21, spark 3.0.0) - Not ML|
51+
| Databricks Runtime Version |always| Runtime 7.3 LTS or lower - Not ML|
5252
| Python version |always| 3 |
5353
| Worker Type <br>(determines max # of concurrent iterations) |Automated ML<br>only| Memory optimized VM preferred |
5454
| Workers |always| 2 or higher |
@@ -92,7 +92,7 @@ To use automated ML, skip to [Add the Azure ML SDK with AutoML](#add-the-azure-m
9292
![Azure Machine Learning SDK for Databricks](./media/how-to-configure-environment/amlsdk-withoutautoml.jpg)
9393

9494
## Add the Azure ML SDK with AutoML to Databricks
95-
If the cluster was created with Databricks Runtime 7.1 or above (*not* ML), run the following command in the first cell of your notebook to install the AML SDK.
95+
If the cluster was created with Databricks Runtime 7.1 - 7.3 LTS (*not* ML), run the following command in the first cell of your notebook to install the AML SDK.
9696

9797
```
9898
%pip install --upgrade --force-reinstall -r https://aka.ms/automl_linux_requirements.txt
@@ -168,4 +168,4 @@ Try it out:
168168
## Next steps
169169
170170
- [Train a model](tutorial-train-models-with-aml.md) on Azure Machine Learning with the MNIST dataset.
171-
- See the [Azure Machine Learning SDK for Python reference](/python/api/overview/azure/ml/intro).
171+
- See the [Azure Machine Learning SDK for Python reference](/python/api/overview/azure/ml/intro).

0 commit comments

Comments
 (0)