Skip to content

Commit 16f79e9

Browse files
author
trevorbye
authored
Update how-to-data-prep.md
1 parent 2886e8c commit 16f79e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/service/how-to-data-prep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ package = dprep.Package([dataflow_1, dataflow_2])
9595
package.save("<your-local-path>")
9696
```
9797

98-
Use the following code to reopen your package in any environment and extract a list of dataflow objects.
98+
Use the following code to reopen your package in any environment and retrieve a list of dataflow objects.
9999

100100
```python
101101
package = dprep.Package.open("<your-local-path>")
@@ -115,4 +115,4 @@ To see detailed examples and code for each preparation step, use the following h
115115
## Next steps
116116
Review an [example notebook](https://github.com/Microsoft/AMLDataPrepDocs/tree/master/tutorials/getting-started/getting-started.ipynb) of data preparation using the Azure Machine Learning Data Prep SDK.
117117

118-
Azure Machine Learning Data Prep SDK [reference documentation](https://docs.microsoft.com/en-us/python/api/overview/azure/dataprep/intro?view=azure-dataprep-py).
118+
FAzure Machine Learning Data Prep SDK [reference documentation](https://docs.microsoft.com/en-us/python/api/overview/azure/dataprep/intro?view=azure-dataprep-py).

0 commit comments

Comments
 (0)