Model Explainability: Making Sense of SHAP and LIME
Your model just denied someone a loan, flagged a tumour, or rejected a job application — and when the person asks …
Abhay
5 min read
Your model just denied someone a loan, flagged a tumour, or rejected a job application — and when the person asks …
Abhay
5 min read
Your classifier spits out a number between 0 and 1. To turn that into a yes/no answer, you pick a threshold — say, 0.5 — …
Abhay
4 min read
A neural network is, at heart, a very confident guesser that is wrong a lot at first. You show it a photo of a cat, it …
Abhay
4 min read
There’s an old saying that you’re the average of the five people you spend the most time with. k-Nearest …
Abhay
4 min read
Let’s clear up the worst-named algorithm in machine learning right away: logistic regression does classification, …
Abhay
4 min read
Your regression model spits out a number. The true answer is a different number. The gap between them is the error — and …
Abhay
4 min read
Before you reach for a fancy model, ask yourself one boringly important question: am I predicting a label or a number? …
Abhay
4 min read
A machine learning model has no opinions. It has gradients. So when a hiring model quietly downgrades every resume that …
Abhay
4 min read
Imagine you build a model to detect a rare disease that shows up in 1% of patients. You hit the green button, and your …
Abhay
4 min read
There is a machine learning algorithm that makes an assumption so wrong it has the word “naive” baked right …
Abhay
4 min read