Skip to content

Commit 1c8156d

Browse files
committed
Update file names
1 parent 2acd5a2 commit 1c8156d

10 files changed

+48
-48
lines changed

articles/machine-learning/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ landingContent:
8282
- linkListType: how-to-guide
8383
links:
8484
- text: Predict credit risk
85-
url: service/ui-how-to-classification-predict-credit-risk-cost-sensitive.md
85+
url: service/how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md
8686
- text: Predict delays
87-
url: service/ui-how-to-classification-predict-flight-delay.md
87+
url: service/how-to-ui-sample-classification-predict-flight-delay.md
8888
- text: Predict churn
89-
url: service/ui-how-to-classification-predict-churn.md
89+
url: service/how-to-ui-sample-classification-predict-churn.md
9090

9191
# MLOps
9292
- title: Deploy & manage models

articles/machine-learning/service/ui-how-to-classification-predict-churn.md renamed to articles/machine-learning/service/how-to-ui-sample-classification-predict-churn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Visualize the output of the **Evaluate Model** module to see the performance of
7070

7171
Explore the other samples available for the visual interface:
7272

73-
- [Sample 1 - Regression: Predict an automobile's price](ui-how-to-regression-predict-automobile-price-basic.md)
74-
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](ui-how-to-regression-predict-automobile-price-compare-algorithms.md)
75-
- [Sample 3 - Classification: Predict credit risk](ui-how-to-classification-predict-credit-risk-basic.md)
76-
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](ui-how-to-classification-predict-credit-risk-cost-sensitive.md)
77-
- [Sample 6 - Classification: Predict flight delays](ui-how-to-classification-predict-flight-delay.md)
73+
- [Sample 1 - Regression: Predict an automobile's price](how-to-ui-sample-regression-predict-automobile-price-basic.md)
74+
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md)
75+
- [Sample 3 - Classification: Predict credit risk](how-to-ui-sample-classification-predict-credit-risk-basic.md)
76+
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md)
77+
- [Sample 6 - Classification: Predict flight delays](how-to-ui-sample-classification-predict-flight-delay.md)

articles/machine-learning/service/ui-how-to-classification-predict-credit-risk-basic.md renamed to articles/machine-learning/service/how-to-ui-sample-classification-predict-credit-risk-basic.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Here's the final pipeline graph for this sample:
3232

3333
## Related sample
3434

35-
[Sample 4 - Classification: Credit Risk Prediction (Cost Sensitive)](ui-how-to-classification-predict-credit-risk-cost-sensitive.md)
35+
[Sample 4 - Classification: Credit Risk Prediction (Cost Sensitive)](how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md)
3636
provides an advanced pipeline that solves the same problem as this pipeline. It shows how to perform *cost sensitive* classification by using an **Execute Python Script** module and compare the performance of two binary classification algorithms. Refer to it if you want to learn more about how to build classification pipelines.
3737

3838
## Data
@@ -66,8 +66,8 @@ In the evaluation results, you can see that the AUC of the model is 0.776. At th
6666

6767
Explore the other samples available for the visual interface:
6868

69-
- [Sample 1 - Regression: Predict an automobile's price](ui-how-to-regression-predict-automobile-price-basic.md)
70-
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](ui-how-to-regression-predict-automobile-price-compare-algorithms.md)
71-
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](ui-how-to-classification-predict-credit-risk-cost-sensitive.md)
72-
- [Sample 5 - Classification: Predict churn](ui-how-to-classification-predict-churn.md)
73-
- [Sample 6 - Classification: Predict flight delays](ui-how-to-classification-predict-flight-delay.md)
69+
- [Sample 1 - Regression: Predict an automobile's price](how-to-ui-sample-regression-predict-automobile-price-basic.md)
70+
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md)
71+
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md)
72+
- [Sample 5 - Classification: Predict churn](how-to-ui-sample-classification-predict-churn.md)
73+
- [Sample 6 - Classification: Predict flight delays](how-to-ui-sample-classification-predict-flight-delay.md)

articles/machine-learning/service/ui-how-to-classification-predict-credit-risk-cost-sensitive.md renamed to articles/machine-learning/service/how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to build a complex machine learning experiment using
1818

1919
This sample trains a classifier to predict credit risk using credit application information such as credit history, age, and number of credit cards. However, you can apply the concepts in this article to tackle your own machine learning problems.
2020

21-
If you're just getting started with machine learning, you can take a look at the [basic classifier sample](ui-how-to-classification-predict-credit-risk-basic.md) first.
21+
If you're just getting started with machine learning, you can take a look at the [basic classifier sample](how-to-ui-sample-classification-predict-credit-risk-basic.md) first.
2222

2323
Here's the completed graph for this experiment:
2424

@@ -155,8 +155,8 @@ From these results, you can see that the best accuracy is provided by the model
155155

156156
Explore the other samples available for the visual interface:
157157

158-
- [Sample 1 - Regression: Predict an automobile's price](ui-how-to-regression-predict-automobile-price-basic.md)
159-
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](ui-how-to-regression-predict-automobile-price-compare-algorithms.md)
160-
- [Sample 3 - Classification: Predict credit risk](ui-how-to-classification-predict-credit-risk-basic.md)
161-
- [Sample 5 - Classification: Predict churn](ui-how-to-classification-predict-churn.md)
162-
- [Sample 6 - Classification: Predict flight delays](ui-how-to-classification-predict-flight-delay.md)
158+
- [Sample 1 - Regression: Predict an automobile's price](how-to-ui-sample-regression-predict-automobile-price-basic.md)
159+
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md)
160+
- [Sample 3 - Classification: Predict credit risk](how-to-ui-sample-classification-predict-credit-risk-basic.md)
161+
- [Sample 5 - Classification: Predict churn](how-to-ui-sample-classification-predict-churn.md)
162+
- [Sample 6 - Classification: Predict flight delays](how-to-ui-sample-classification-predict-flight-delay.md)

articles/machine-learning/service/ui-how-to-classification-predict-flight-delay.md renamed to articles/machine-learning/service/how-to-ui-sample-classification-predict-flight-delay.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ The logistic regression model has AUC of 0.631 on the test set.
116116

117117
Explore the other samples available for the visual interface:
118118

119-
- [Sample 1 - Regression: Predict an automobile's price](ui-how-to-regression-predict-automobile-price-basic.md)
120-
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](ui-how-to-regression-predict-automobile-price-compare-algorithms.md)
121-
- [Sample 3 - Classification: Predict credit risk](ui-how-to-classification-predict-credit-risk-basic.md)
122-
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](ui-how-to-classification-predict-credit-risk-cost-sensitive.md)
123-
- [Sample 5 - Classification: Predict churn](ui-how-to-classification-predict-churn.md)
119+
- [Sample 1 - Regression: Predict an automobile's price](how-to-ui-sample-regression-predict-automobile-price-basic.md)
120+
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md)
121+
- [Sample 3 - Classification: Predict credit risk](how-to-ui-sample-classification-predict-credit-risk-basic.md)
122+
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md)
123+
- [Sample 5 - Classification: Predict churn](how-to-ui-sample-classification-predict-churn.md)

articles/machine-learning/service/ui-how-to-regression-predict-automobile-price-basic.md renamed to articles/machine-learning/service/how-to-ui-sample-regression-predict-automobile-price-basic.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Pass the scores to the **Evaluate Model** module to generate evaluation metrics.
7979

8080
Explore the other samples available for the visual interface:
8181

82-
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](ui-how-to-regression-predict-automobile-price-compare-algorithms.md)
83-
- [Sample 3 - Classification: Predict credit risk](ui-how-to-classification-predict-credit-risk-basic.md)
84-
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](ui-how-to-classification-predict-credit-risk-cost-sensitive.md)
85-
- [Sample 5 - Classification: Predict churn](ui-how-to-classification-predict-churn.md)
86-
- [Sample 6 - Classification: Predict flight delays](ui-how-to-classification-predict-flight-delay.md)
82+
- [Sample 2 - Regression: Compare algorithms for automobile price prediction](how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md)
83+
- [Sample 3 - Classification: Predict credit risk](how-to-ui-sample-classification-predict-credit-risk-basic.md)
84+
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md)
85+
- [Sample 5 - Classification: Predict churn](how-to-ui-sample-classification-predict-churn.md)
86+
- [Sample 6 - Classification: Predict flight delays](how-to-ui-sample-classification-predict-flight-delay.md)

articles/machine-learning/service/ui-how-to-regression-predict-automobile-price-compare-algorithms.md renamed to articles/machine-learning/service/how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 05/10/2019
1616

1717
Learn how to build a complex machine learning experiment without writing a single line of code using the visual interface. This sample trains and compares multiple regression models to predict a car's price based on its technical features. We'll provide the rationale for the choices made in this experiment so you can tackle your own machine learning problems.
1818

19-
If you're just getting started with machine learning, take a look at the [basic version](ui-how-to-regression-predict-automobile-price-basic.md) of this pipeline.
19+
If you're just getting started with machine learning, take a look at the [basic version](how-to-ui-sample-regression-predict-automobile-price-basic.md) of this pipeline.
2020

2121
Here's the completed graph for this experiment:
2222

@@ -90,8 +90,8 @@ Both algorithms have a lower error on the training dataset than on the unseen te
9090

9191
Explore the other samples available for the visual interface:
9292

93-
- [Sample 1 - Regression: Predict an automobile's price](ui-how-to-regression-predict-automobile-price-basic.md)
94-
- [Sample 3 - Classification: Predict credit risk](ui-how-to-classification-predict-credit-risk-basic.md)
95-
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](ui-how-to-classification-predict-credit-risk-cost-sensitive.md)
96-
- [Sample 5 - Classification: Predict churn](ui-how-to-classification-predict-churn.md)
97-
- [Sample 6 - Classification: Predict flight delays](ui-how-to-classification-predict-flight-delay.md)
93+
- [Sample 1 - Regression: Predict an automobile's price](how-to-ui-sample-regression-predict-automobile-price-basic.md)
94+
- [Sample 3 - Classification: Predict credit risk](how-to-ui-sample-classification-predict-credit-risk-basic.md)
95+
- [Sample 4 - Classification: Predict credit risk (cost sensitive)](how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md)
96+
- [Sample 5 - Classification: Predict churn](how-to-ui-sample-classification-predict-churn.md)
97+
- [Sample 6 - Classification: Predict flight delays](how-to-ui-sample-classification-predict-flight-delay.md)

articles/machine-learning/service/toc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,22 +249,22 @@
249249
items:
250250
- name: "Predict price"
251251
displayName: regression, studio
252-
href: ui-how-to-regression-predict-automobile-price-basic.md
252+
href: how-to-ui-sample-regression-predict-automobile-price-basic.md
253253
- name: "Predict price (advanced)"
254254
displayName: regression, studio
255-
href: ui-how-to-regression-predict-automobile-price-compare-algorithms.md
255+
href: how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md
256256
- name: "Predict credit risk"
257257
displayName: classification, studio
258-
href: ui-how-to-classification-predict-credit-risk-basic.md
258+
href: how-to-ui-sample-classification-predict-credit-risk-basic.md
259259
- name: "Predict credit risk (advanced)"
260260
displayName: classification, studio
261-
href: ui-how-to-classification-predict-credit-risk-cost-sensitive.md
261+
href: how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md
262262
- name: "Predict churn"
263263
displayName: classification, studio
264-
href: ui-how-to-classification-predict-churn.md
264+
href: how-to-ui-sample-classification-predict-churn.md
265265
- name: "Predict flight delays"
266266
displayName: classification, studio
267-
href: ui-how-to-classification-predict-flight-delay.md
267+
href: how-to-ui-sample-classification-predict-flight-delay.md
268268
- name: Manage resource quotas
269269
displayName: limits
270270
href: how-to-manage-quotas.md

articles/machine-learning/service/ui-concept-visual-interface.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ To learn how to deploy your model, see [Tutorial: Deploy a machine learning mode
9191

9292
* Learn the basics of predictive analytics and machine learning with [Tutorial: Predict automobile price with the visual interface](ui-tutorial-automobile-price-train-score.md)
9393
* Use one of the samples and modify to suite your needs:
94-
* [Sample 1 - Regression: Predict price](ui-how-to-regression-predict-automobile-price-basic.md)
95-
* [Sample 2 - Regression: Predict price and compare algorithms](ui-how-to-regression-predict-automobile-price-compare-algorithms.md)
96-
* [Sample 3 - Classification: Predict credit risk](ui-how-to-classification-predict-credit-risk-basic.md)
97-
* [Sample 4 - Classification: Predict credit risk (cost sensitive)](ui-how-to-classification-predict-credit-risk-cost-sensitive.md)
98-
* [Sample 5 - Classification: Predict churn, appetency, and up-selling](ui-how-to-classification-predict-churn.md)
94+
* [Sample 1 - Regression: Predict price](how-to-ui-sample-regression-predict-automobile-price-basic.md)
95+
* [Sample 2 - Regression: Predict price and compare algorithms](how-to-ui-sample-regression-predict-automobile-price-compare-algorithms.md)
96+
* [Sample 3 - Classification: Predict credit risk](how-to-ui-sample-classification-predict-credit-risk-basic.md)
97+
* [Sample 4 - Classification: Predict credit risk (cost sensitive)](how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md)
98+
* [Sample 5 - Classification: Predict churn, appetency, and up-selling](how-to-ui-sample-classification-predict-churn.md)

articles/machine-learning/service/ui-tutorial-automobile-price-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ You can also find these models and deployments in the **Models** and **Endpoints
126126
In this tutorial, you learned the key steps in creating, deploying, and consuming a machine learning model in the visual interface. To learn more about how you can use the visual interface to solve other types of problems, see out our other sample experiments.
127127

128128
> [!div class="nextstepaction"]
129-
> [Credit risk classification sample](ui-how-to-classification-predict-credit-risk-cost-sensitive.md)
129+
> [Credit risk classification sample](how-to-ui-sample-classification-predict-credit-risk-cost-sensitive.md)

0 commit comments

Comments
 (0)