Learn Before
Adding a Source-ID Feature for Conflicting Data
One way to handle data from different collection sources is to add a feature that identifies the source, such as a clinic ID in a medical dataset. Once the input includes the source, examples with the same measured features can map to different targets without confusion. This can help resolve ambiguity, although it is not a standard first choice in many practical settings.
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
Adding a Source-ID Feature for Conflicting Data
Training a rent predictor with records from two neighborhoods that use different pricing rules
Rent data for studio apartments from two different cities can be treated as consistent just because the apartments have the same floor area.
When task data conflicts with the target domain, _____ the mismatched examples during training.
Match the terms in a data-shift example
How to decide whether to include data from a second source
When Does Auxiliary Data Conflict with the Target Task?
Combining datasets with conflicting labels can hurt model performance
Relative pricing of a suburban home compared with _____ homes
Match each example to the correct consistency category
Order the steps that explain why combining two sources with different label rules can hurt learning.
When Auxiliary Data Conflicts with the Target Task
Deciding whether to add auxiliary rent data from another city
What makes an auxiliary data source inconsistent with the main task?
Learn After
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