Feature Selection with Python
- Using MR / DT / RFC
- https://www.alvinang.sg/publicationsdr-alvin-ang.medium.com Learning Decision Tree and Random Forest with Python
https://www.alvinang.sg/publicationsdr-alvin-ang.medium.com Performance Metrics for Machine Learning Models in Python
Regression Metrics:
- R2
- MSE
Classification Metrics:
- Confusion Matrix
- Accuracy
- Precision
- Recall
…dr-alvin-ang.medium.com