Skip to content

Commit e012463

Browse files
committed
Added links to Dataset technique notebooks
1 parent 63b2302 commit e012463

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/how-to-use-automlstep-in-pipelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,11 @@ Comparing the two techniques:
258258
|`PipelineOutputTabularDataset`| Higher performance |
259259
|| Natural route from `PipelineData` |
260260
|| Data isn't persisted after pipeline run |
261+
|| [Notebook showing `PipelineOutputTabularDataset` technique](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/nyc-taxi-data-regression-model-building/nyc-taxi-data-regression-model-building.ipynb) |
261262
| Registered `Dataset` | Lower performance |
262263
| | Can be generated in many ways |
263264
| | Data persists and is visible throughout workspace |
265+
| | [Notebook showing registered `Dataset` technique](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/continuous-retraining/auto-ml-continuous-retraining.ipynb)
264266

265267
### Specify automated ML outputs
266268

0 commit comments

Comments
 (0)