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/service/tutorial-data-prep.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ ms.custom: seodec18
17
17
18
18
# Tutorial: Prepare data for regression modeling
19
19
20
-
In this tutorial, you learn how to prepare data for regression modeling by using the [data prep package for Azure Machine Learning](https://aka.ms/data-prep-sdk). You run various transformations to filter and combine two different NYC taxi data sets.
20
+
In this tutorial, you learn how to prepare data for regression modeling by using the [data prep package](https://aka.ms/data-prep-sdk) from the [Azure Machine Learning SDK](https://docs.microsoft.com/python/api/overview/azure/ml/intro?view=azure-ml-py). You run various transformations to filter and combine two different NYC taxi data sets.
21
21
22
22
This tutorial is **part one of a two-part tutorial series**. After you complete the tutorial series, you can predict the cost of a taxi trip by training a model on data features. These features include the pickup day and time, the number of passengers, and the pickup location.
23
23
@@ -35,15 +35,15 @@ In this tutorial, you:
35
35
Skip to [Set up your development environment](#start) to read through the notebook steps, or use the instructions below to get the notebook and run it on Azure Notebooks or your own notebook server. To run the notebook you will need:
36
36
37
37
* A Python 3.6 notebook server with the following installed:
38
-
*azureml-dataprep package from the Azure Machine Learning SDK for Python
38
+
*The `azureml-dataprep` package from the Azure Machine Learning SDK
39
39
* The tutorial notebook
40
40
41
41
* Use a [cloud notebook server in your workspace](#azure)
42
42
* Use [your own notebook server](#server)
43
43
44
44
### <aname="azure"></a>Use a cloud notebook server in your workspace
45
45
46
-
It's easy to get started with your own cloud-based notebook server. The [Azure Machine Learning SDK for Python](https://aka.ms/aml-sdk) is already installed and configured for you once you create this cloud resource.
46
+
It's easy to get started with your own cloud-based notebook server. The Azure Machine Learning SDK for Python is already installed and configured for you once you create this cloud resource.
@@ -53,8 +53,8 @@ It's easy to get started with your own cloud-based notebook server. The [Azure M
53
53
54
54
Use these steps to create a local Jupyter Notebook server on your computer. After you complete the steps, run the **tutorials/regression-part1-data-prep.ipynb** notebook.
55
55
56
-
1. Complete the installation steps in [Azure Machine Learning Python quickstart](setup-create-workspace.md#sdk) to create a Miniconda environment. Feel free to skip the **Create a workspace** section if you wish, but you will need it for [part 2](tutorial-auto-train-models.md) of this tutorial series.
57
-
1.Install the azureml-dataprep in your environment using `pip install azureml-dataprep`.
56
+
1. Complete the installation steps in [Azure Machine Learning Python quickstart](setup-create-workspace.md#sdk) to create a Miniconda environment and install the SDK. Feel free to skip the **Create a workspace** section if you wish, but you will need it for [part 2](tutorial-auto-train-models.md) of this tutorial series.
57
+
1.The `azureml-dataprep` package is automatically installed when you install the SDK.
0 commit comments