Important Topics in Machine Learning
- Zilu Liang Wintersweet
- Jan 25, 2021
- 1 min read
Updated: Jun 29, 2021
Start with the basics
Discretization
Feature Engineering Libraries
Cross validation
Dataset Shift
Imbalanced Data
How does the class_weight in scikit-learn work? "class_weight="balanced" basically means replicating the smaller class until you have as many samples as in the larger one, but in an implicit way"
Performance Measures
Comments