🏠 होम
बेंचमार्क
📊 सभी बेंचमार्क 🦖 डायनासोर v1 🦖 डायनासोर v2 ✅ टू-डू लिस्ट ऐप्स 🎨 रचनात्मक फ्री पेज 🎯 FSACB - अल्टीमेट शोकेस 🌍 अनुवाद बेंचमार्क
मॉडल
🏆 टॉप 10 मॉडल 🆓 मुफ्त मॉडल 📋 सभी मॉडल ⚙️ किलो कोड
संसाधन
💬 प्रॉम्प्ट लाइब्रेरी 📖 एआई शब्दावली 🔗 उपयोगी लिंक
Advanced

Imbalanced Dataset Strategy

#data-science #machine-learning #imbalanced-data #python

Formulate a strategy for handling a highly imbalanced classification dataset.

Act as a Senior Data Scientist. I am working on a fraud detection dataset where the positive class (fraud) represents only 0.1% of the data. I cannot collect more data. Propose a comprehensive modeling pipeline that includes: 1) Data resampling techniques (SMOTE, ADASYN, etc.) and their trade-offs, 2) Algorithm selection focusing on anomaly detection vs classification, 3) Cost-sensitive learning approaches, and 4) Evaluation metrics that are more informative than Accuracy or ROC-AUC (such as Precision-Recall AUC). Provide Python code snippets using Scikit-Learn and Imbalanced-Learn to demonstrate the pipeline.