Skip to content

Commit 78f7ace

Browse files
committed
Removing selectors from ML Studio articles - 1
1 parent 04510c1 commit 78f7ace

6 files changed

+6
-24
lines changed

articles/machine-learning/studio/import-data-from-an-experiment.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ms.date: 03/20/2017
2020

2121
---
2222
# Import your data into Azure Machine Learning Studio from another experiment
23-
[!INCLUDE [import-data-into-aml-studio-selector](../../../includes/machine-learning-import-data-into-aml-studio.md)]
2423

2524
There will be times when you'll want to take an intermediate result from one experiment and use it as part of another experiment. To do this, you save the module as a dataset:
2625

articles/machine-learning/studio/import-data-from-local-file.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ms.date: 03/20/2017
2020

2121
---
2222
# Import training data from a file on your hard drive into Machine Learning Studio
23-
[!INCLUDE [import-data-into-aml-studio-selector](../../../includes/machine-learning-import-data-into-aml-studio.md)]
2423

2524
Learn how to upload a data file from your hard drive to use as training data in Azure Machine Learning Studio. By importing the data file, you have a dataset module ready for use in your workspace.
2625

articles/machine-learning/studio/import-data-from-online-sources.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ This article describes the support for importing online data from various source
2727
>
2828
>
2929
30-
<!-- -->
31-
32-
[!INCLUDE [import-data-into-aml-studio-selector](../../../includes/machine-learning-import-data-into-aml-studio.md)]
33-
3430
## Introduction
3531
By using the [Import Data][import-data] module, you can access data from one of several online data sources while your experiment is running in [Azure Machine Learning Studio](https://studio.azureml.net/Home):
3632

articles/machine-learning/studio/import-data.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,20 @@ ms.date: 11/29/2017
2020

2121
---
2222
# Import your training data into Azure Machine Learning Studio from various data sources
23-
To use your own data in Machine Learning Studio to develop and train a predictive analytics solution, you can:
2423

25-
* upload data from a **local file** ahead of time from your hard drive to create a dataset module in your workspace
26-
* access data from one of several **online data sources** while your experiment is running using the [Import Data][import-data] module
27-
* use data from another Azure Machine learning **experiment** saved as a dataset
28-
* use data from an on-premises **SQL Server database**
24+
To use your own data in Machine Learning Studio to develop and train a predictive analytics solution, you can use data from:
2925

30-
Each of these options is described in one of the topics on the menu below. These topics show you how to import data from these various data sources to use in Machine Learning Studio.
31-
32-
[!INCLUDE [import-data-into-aml-studio-selector](../../../includes/machine-learning-import-data-into-aml-studio.md)]
26+
* A [**local file**](import-data-from-local-file.md) - Load local data ahead of time from your hard drive to create a dataset module in your workspace
27+
* [**Online data sources**](import-data-from-online-sources.md) - Use the [Import Data][import-data] module to access data from one of several online sources while your experiment is running
28+
* [**Machine Learning Studio experiment**](import-data-from-an-experiment.md) - Use data that was saved as a dataset in Machine Learning Studio
29+
* [**On-premises SQL Server database**](use-data-from-an-on-premises-sql-server.md) - Use data from an on-premises SQL Server database without having to copy data manually
3330

3431
> [!NOTE]
3532
> There are a number of sample datasets available in Machine Learning Studio that you can use for training data. For information on these, see [Use the sample datasets in Azure Machine Learning Studio](use-sample-datasets.md)).
3633
>
3734
>
3835
39-
This introductory topic also discusses how to get data ready for use in Machine Learning Studio and describes which data formats and data types are supported.
36+
This introductory article also discusses how to get data ready for use in Machine Learning Studio and describes which data formats and data types are supported.
4037

4138
> [!INCLUDE [machine-learning-free-trial](../../../includes/machine-learning-free-trial.md)]
4239
>

articles/machine-learning/studio/use-data-from-an-on-premises-sql-server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ms.date: 03/13/2017
1919

2020
---
2121
# Perform advanced analytics with Azure Machine Learning using data from an on-premises SQL Server database
22-
[!INCLUDE [import-data-into-aml-studio-selector](../../../includes/machine-learning-import-data-into-aml-studio.md)]
2322

2423
Often enterprises that work with on-premises data would like to take advantage of the scale and agility of the cloud for their machine learning workloads. But they don't want to disrupt their current business processes and workflows by moving their on-premises data to the cloud. Azure Machine Learning now supports reading your data from an on-premises SQL Server database and then training and scoring a model with this data. You no longer have to manually copy and sync the data between the cloud and your on-premises server. Instead, the **Import Data** module in Azure Machine Learning Studio can now read directly from your on-premises SQL Server database for your training and scoring jobs.
2524

includes/machine-learning-import-data-into-aml-studio.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)