A fraud-detection training set has many missing fraud labels for one region.
The production model should have similar performance across regions.
What should be done first?
Investigate the distribution and cause of missing labels, then choose imputation, exclusion, or additional collection based on measured impact.
Detailed explanation
A regional pattern may create bias, so the cause and model impact should be assessed before processing.
A regional pattern may create bias, so the cause and model impact should be assessed before processing.
A uniform value can introduce systematic label bias.
A uniform value can introduce systematic label bias.
This may remove important regional representation and create another bias.
This may remove important regional representation and create another bias.
Temperature affects generative inference randomness and does not repair missing training labels.
Temperature affects generative inference randomness and does not repair missing training labels.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01ガイドのDomain 1.3でデータ品質、代表性、前処理の説明を確認する。Expected result
欠損処理を原因・分布・性能影響の評価と結び付けて説明できる。Key points
- Missingness bias
- Data representativeness
- Processing policy
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.