Skip to content

Commit 2ecb07a

Browse files
authored
Merge pull request #179355 from nibaccam/patch-3
Update to remove runtime 7.1
2 parents 50660af + beca3c3 commit 2ecb07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3 LTS or lower - Not ML|
51+
| Databricks Runtime Version |always| Runtime 7.3 LTS - 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 - 7.3 LTS (*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.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

0 commit comments

Comments
 (0)