Showing 8 problems with active filters

Getting started with pandas

I'm new to data science. What are the essential pandas functions I should learn first?...

Jennifer Lee Data Science beginner 946 0 57

How to handle imbalanced datasets?

I have a binary classification problem where class 0 has 95% of samples and class 1 has only 5%. My model always predicts class 0! What techniques can I use to handle this imbalance? - SMOTE? - Class...

Daniel Kim Data Science intermediate 890 0 51

Random Forest vs XGBoost

When should I use Random Forest vs XGBoost? What are the differences?...

Emma Wilson Data Science advanced 536 0 38

When to use StandardScaler vs MinMaxScaler?

I'm preprocessing data for machine learning and confused about when to use different scalers: - StandardScaler - MinMaxScaler - RobustScaler What's the difference? Does it matter which algorithm I'm...

Emma Wilson Data Science intermediate 759 0 42

Understanding cross-validation properly

I know I should use cross-validation to evaluate my model, but I'm confused about: 1. What's the difference between k-fold and stratified k-fold? 2. Should I do cross-validation before or after featu...

Dr. Amanda Thompson Data Science intermediate 638 0 38