Learn Before
How can a source ID feature help with mixed-source data, and what is its main drawback?
Question: Suppose a dataset combines product prices collected from several store chains, and the same visible features can correspond to different prices depending on which chain supplied the record. Explain how adding a feature that identifies the source can help, and describe the main practical limitation of this idea.
Sample answer: Adding a source-identifying feature to each example changes the input so that the model can tell where the record came from. With that extra information, the same visible measurements no longer have to map to a single output value, because the source becomes part of the input description. This reduces ambiguity when identical measurements lead to different labels in different sources. A major limitation is that this approach is not commonly used in real applications, so although it is conceptually useful, it is not a standard fix in practice.
Key points:
- Include a source identifier as part of the input features.
- The source identifier makes the target less ambiguous for identical observable inputs.
- The method helps when the same measurements have different labels across sources.
- A practical drawback is that it is not commonly seen in deployed systems.
Rubric: The response must explain that adding a source identifier to the input can remove ambiguity when the same observable features come from different sources. It must also identify that a practical limitation is that this technique is not widely used in real-world practice.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
What is the main benefit of adding a source label feature when training a model on apartment data collected from both coastal and inland cities?
True or False: In mixed-source training data, adding a source-ID feature is a standard practical fix for inconsistent labels or distributions.
What changes when a city code is added as an input feature for each training example?
Adding Source Information to Resolve Label Ambiguity
True or False: Adding a location indicator to x can remove label ambiguity when the same features appear in different places.
When x already includes the store location, the target value of _____ is no longer ambiguous.
Match each concept in the source-indicator method with its description.
Order the steps for adding a source ID feature when training data from different sources gives conflicting labels.
What is the practical status of adding a source-indicator feature when data from different collection systems have different patterns?
Andrew Ng describes the source-indicator feature as a common default fix for inconsistent data.
In a retail-sales dataset, adding a feature for the _____ can remove ambiguity when the same item is logged by different branches.
Match each description to its role in a source-indicator feature design.
Order the steps for using a source-ID feature when the same inputs can imply different outputs.
How can a source ID feature help with mixed-source data, and what is its main drawback?
Assess a source tag for resolving conflicting labels in a two-region pricing model.
Why a location indicator can resolve mixed housing-price data