Teaching a Random Forest to Tell Walking from Running: A Computer Vision Pipeline with Hand-Built...
📰 Medium · Data Science
Learn how to improve a Random Forest classifier's accuracy from 56 features to 240 features with 86% accuracy using per-class SHAP values for feature engineering
Action Steps
- Build a baseline Random Forest classifier with 56 features
- Use per-class SHAP values to guide feature engineering decisions
- Engineer new features based on SHAP values to improve model performance
- Configure and train the updated Random Forest classifier with 240 features
- Test and evaluate the performance of the updated model using accuracy metrics
Who Needs to Know This
Data scientists and machine learning engineers can benefit from this article to improve their model's performance and understand the importance of feature engineering in computer vision pipelines
Key Insight
💡 Per-class SHAP values can be used to guide feature engineering decisions and significantly improve the performance of a Random Forest classifier
Share This
🚀 Improve your Random Forest classifier's accuracy with per-class SHAP values! 📈 From 56 features to 240 features with 86% accuracy 🤯
DeepCamp AI