AI Payment Fraud Detection Specialist
An AI Payment Fraud Detection Specialist designs, deploys, and continuously refines machine learning systems that identify and pre…
Skill Guide
A set of machine learning techniques (data resampling, loss function modification, algorithmic adjustment, and negative sampling) designed to train effective predictive models when the target class distribution is severely skewed, such as in fraud detection or rare disease diagnosis.
Scenario
Using the Kaggle Credit Card Fraud dataset (0.17% positive class), build a model to identify fraudulent transactions.
Scenario
Classify histopathology slides for a rare cancer subtype where positive samples constitute less than 2% of the dataset.
Scenario
Design a production-grade system for detecting network intrusions (positive rate: 0.05%) with low latency and explainability requirements.
`imbalanced-learn` is the industry standard for SMOTE, ADASYN, and undersampling. Use the native loss/weight parameters in frameworks like XGBoost for simpler integration, and implement focal loss via custom loss classes in PyTorch/TensorFlow for deep learning.
Always use AUC-PR over AUC-ROC for imbalanced problems. The normalized confusion matrix shows class-specific recall/precision. Use stratified CV to maintain class distribution in every fold during validation.
Answer Strategy
Test the candidate's ability to communicate technical constraints to business stakeholders and propose a robust evaluation framework. The response must pivot from accuracy to relevant business metrics.
Answer Strategy
Assess depth of technical knowledge and practical judgment. The answer should contrast data-level vs. algorithm-level approaches and link to domain constraints.
1 career found
Try a different search term.