2… 1…

AI-generated image (
craiyon)K-Nearest Neighbors
✅ Simple ✧ No training ✧ No assumption about data ✧ Easy to implement ✧ New data can be added seamlessly ✧ Only one hyperparameter
❌ Doesn’t work well in high dimensions ✧ Sensitive to noisy data, missing values, and outliers ✧ Doesn’t work well with large data sets — cost of calculating distance is high ✧ Needs feature scaling ✧ Doesn’t work well on imbalanced data ✧ Doesn’t deal well with missing values
Decision Tree
✅ Doesn’t require standardiz...
Published on June 03, 2024 06:14