Machine Learning
Articles
Kaggle
Steps:
- EDA
- Feature engineering
- Build ML model
- Model validation
Many machine learning models allow some randomness in model training. Specifying a number for random_state ensures you get the same results in each run. You use any number, and model quality won't depend meaningfully on exactly what value you choose.
Underfitting vs overfitting
Control the balance between these two using max leaves and max tree depth parameters in decision trees.
MLOps
Children
- Casual Impact
- Code ML from scratch
- Comprehensive maths behind ML
- Cross Validation
- Curse of Large Dimensionality
- DT RF GB
- Deep Learning
- Diff and diff analysis
- Experiments
- Explainable AI - SHAP
- Feature Engineering
- Google Rules of Machine Learning
- Imbalanced dataset
- Kaggle Tricks
- Kaggle winning solutions
- Logistic Regression
- Loss Functions
- Metrics
- Outliers
- Time Series