Skip to content

Commit 424e9d6

Browse files
committed
Fix link warnings
1 parent d3c8b62 commit 424e9d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/team-data-science-process/create-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this article, you learn about feature engineering and its role in enhancing d
2121

2222
Normally **feature engineering** is applied first to generate additional features, and then **feature selection** is done to eliminate irrelevant, redundant, or highly correlated features.
2323

24-
Feature engineering and selection are part of the [modeling stage](team-data-science-process/lifecycle-modeling.md) of the Team Data Science Process (TDSP). To learn more about the TDSP and the data science lifecycle, see [What is the TDSP?](overview.md)
24+
Feature engineering and selection are part of the [modeling stage](lifecycle-modeling.md) of the Team Data Science Process (TDSP). To learn more about the TDSP and the data science lifecycle, see [What is the TDSP?](overview.md)
2525

2626
## What is feature engineering?
2727

@@ -33,7 +33,7 @@ Engineered features that enhance training provide information that better differ
3333

3434
## Example 1: Add temporal features for a regression model
3535

36-
Let's use the experiment [Demand forecasting of bikes rentals]((https://gallery.cortanaintelligence.com/Experiment/Regression-Demand-estimation-4)) in Azure Machine Learning Studio (classic) to demonstrate how to engineer features for a regression task. The objective of this experiment is to predict the demand for bike rentals within a specific month/day/hour.
36+
Let's use the experiment [Demand forecasting of bikes rentals](https://gallery.azure.ai/Experiment/Regression-Demand-estimation-4) in Azure Machine Learning Studio (classic) to demonstrate how to engineer features for a regression task. The objective of this experiment is to predict the demand for bike rentals within a specific month/day/hour.
3737

3838
### Bike rental dataset
3939

0 commit comments

Comments
 (0)