Skip to content

Commit 596503f

Browse files
committed
reorder table
1 parent d453139 commit 596503f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

articles/machine-learning/concept-automated-ml.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -153,28 +153,28 @@ With the Azure automated ML, you choose either a local computer or a remote comp
153153

154154
The following table shows a summary of features available on local and remote compute targets. Some of these features are available only in an Enterprise workspace.
155155

156-
|Feature |Local |Remote |Requires Enterprise <br/>workspace |
157-
|---------|---------|---------|---------|
158-
|Create and run experiments in notebooks ||| |
159-
|Register and visualize experiment's info and metrics in UI | || |
160-
|Data streaming (Large data support, up to 100 GB) | || |
161-
|Subsampling | || |
162-
|Data guardrails || | |
163-
|DNN-based text featurization | || |
164-
|Feature Sweeping (or advanced transformers) | ? | ? | |
165-
|Custom featurizers support | ? | ? | |
166-
|Feature engineering customization SDK | ? | ? | |
167-
|Feature engineering customization UI | | | |
168-
|Forecasting | | | |
169-
|Prophet or ARIMA models for forecasting | | | |
170-
|ONNX models ||| |
171-
|Many models training SDK | ? | ? | |
172-
|Multiple runs/iterations in parallel | | | |
173-
|Cancel an iteration | | | |
174-
|Continue a run | | | |
175-
|Ensemble iterations | | | |
176-
|Model interpretability (in notebooks) | | | |
177-
|Create and run experiments in studio web experience | |||
156+
| Feature | Remote | Local | Requires <br>Enterprise workspace |
157+
|------------------------------------------------------------|--------|-------|-------------------------------|
158+
| Data streaming (Large data support, up to 100 GB) || | |
159+
| DNN-based text featurization | | | |
160+
| Feature engineering customization UI | | | |
161+
| Prophet or ARIMA models for forecasting | | | |
162+
| Multiple runs/iterations in parallel | | | |
163+
| Cancel an iteration | | | |
164+
| Continue a run | | | |
165+
| Create and run experiments in studio web experience | | | |
166+
| Feature Sweeping (or advanced transformers) | ? | ? | |
167+
| Custom featurizers support | ? | ? | |
168+
| Feature engineering customization SDK | ? | ? | |
169+
| Many models training SDK | ? | ? | |
170+
| Create and run experiments in notebooks | | | |
171+
| Register and visualize experiment's info and metrics in UI | || |
172+
| Subsampling | | | |
173+
| Data guardrails | | | |
174+
| Forecasting | | | |
175+
| ONNX models | | | |
176+
| Ensemble iterations | | | |
177+
| Model interpretability (in notebooks) || | |
178178

179179

180180
## Automated ML in Azure Machine Learning

0 commit comments

Comments
 (0)