- github : https://github.com/constseche/Advanced-ML/blob/master/Class_Imbalance/Class_Imbalance.ipynb
- nbviewer : https://nbviewer.jupyter.org/github/constseche/Advanced-ML/blob/master/Class_Imbalance/Class_Imbalance.ipynb
a. Under-Sampling
b. Over – Sampling
c. Combination of the above
d. Minimizing the cost: (this is used only in binary classification problem because some costcla features don’t offer possibilities for multiclass cost-matrix)
a. Without calibration
b. With sigmoid calibration
c. With isotonic calibration
- github : https://github.com/constseche/Advanced-ML/blob/master/Cost_Sensitive_Learning/cost_sensitive_learning_binary.ipynb
- nbviewer : https://nbviewer.jupyter.org/github/constseche/Advanced-ML/blob/master/Cost_Sensitive_Learning/cost_sensitive_learning_binary.ipynb
- github : https://github.com/constseche/Advanced-ML/blob/master/Cost_Sensitive_Learning/cost_sensitive_learning.ipynb
- nbviewer : https://nbviewer.jupyter.org/github/constseche/Advanced-ML/blob/master/Cost_Sensitive_Learning/cost_sensitive_learning.ipynb
What features does a model think are important ? Which features might have a greater impact on the model predictions than the others ?
How does each feature affect your predictions ?
Understanding individual predictions.
- github : https://github.com/constseche/Advanced-ML/blob/master/Interpretability/Heart%20Disease%20Machine%20Learning%20Interpretability.ipynb
- nbviewer : https://nbviewer.jupyter.org/github/constseche/Advanced-ML/blob/master/Interpretability/Heart%20Disease%20Machine%20Learning%20Interpretability.ipynb
- github : https://github.com/constseche/Advanced-ML/blob/master/Interpretability/explainable_fetal.ipynb
- nbviewer : https://nbviewer.jupyter.org/github/constseche/Advanced-ML/blob/master/Interpretability/explainable_fetal.ipynb
suggested in order to read big jupyter notebooks : https://nbviewer.jupyter.org/