Some Pros and Cons of Basic ML Algorithms, in 2 Minutes

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...

 •  0 comments  •  flag
Share on Twitter
Published on June 03, 2024 06:14
No comments have been added yet.