You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-configure-databricks-automl-environment.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: roastala
8
8
ms.service: machine-learning
9
9
ms.subservice: core
10
10
ms.reviewer: larryfr
11
-
ms.date: 10/21/2020
11
+
ms.date: 09/14/2021
12
12
ms.topic: how-to
13
13
ms.custom: devx-track-python
14
14
---
@@ -48,7 +48,7 @@ Use these settings:
48
48
| Setting |Applies to| Value |
49
49
|----|---|---|
50
50
| 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|
52
52
| Python version |always| 3 |
53
53
| Worker Type <br>(determines max # of concurrent iterations) |Automated ML<br>only| Memory optimized VM preferred |
54
54
| 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
92
92

93
93
94
94
## 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.
0 commit comments