Comparer des méthodes
Examinez les méthodes sélectionnées côte à côte ; les lignes qui diffèrent sont mises en évidence.
| Explications contrefactuelles× | LIME : Explications Locales Interprétables Agnostiques du Modèle× | Régression logistique× | |
|---|---|---|---|
| Domaine≠ | Apprentissage automatique | Apprentissage automatique | Statistiques de recherche |
| Famille≠ | Machine learning | Machine learning | Process / pipeline |
| Année d'origine≠ | 2017 | 2016 | 1958 |
| Auteur d'origine≠ | Sandra Wachter, Brent Mittelstadt & Chris Russell | Marco Ribeiro, Sameer Singh & Carlos Guestrin | David Roxbee Cox |
| Type≠ | Post-hoc, model-agnostic explanation | post-hoc local explanation | Method |
| Source fondatrice≠ | Wachter, S., Mittelstadt, B., & Russell, C. (2017). Counterfactual explanations without opening the black box: Automated decisions and the GDPR. Harvard Journal of Law & Technology, 31, 841–887. link ↗ | Ribeiro, M. T., Singh, S., & Guestrin, C. (2016). "Why should I trust you?": Explaining the predictions of any classifier. ACM SIGKDD, 1135–1144. DOI ↗ | Cox, D. R. (1958). The regression analysis of binary sequences. Journal of the Royal Statistical Society, Series B, 20(2), 215–242. DOI ↗ |
| Alias≠ | Algorithmic Recourse, Contrastive Explanations, What-If Explanations, Karşıolgusal Açıklamalar | Local Surrogate Explanations, Model-Agnostic Local Explanations, Locally Faithful Approximations, Yerel Yorumlanabilir Model-Bağımsız Açıklamalar | logit model, binomial logistic regression, LR |
| Apparentées≠ | 2 | 2 | 3 |
| Résumé≠ | Counterfactual explanations, introduced by Wachter, Mittelstadt, and Russell in 2017, answer the question: 'What is the smallest change to the input that would have produced a different model output?' Rather than explaining why a model made a decision, they describe what would need to change for that decision to be reversed, making them particularly valuable for high-stakes applications such as credit scoring, medical diagnosis, and hiring decisions under frameworks like the EU GDPR. | LIME, introduced by Ribeiro, Singh, and Guestrin in 2016, explains the predictions of any black-box classifier or regressor by building a simple, locally faithful surrogate model around a single prediction of interest. Rather than explaining the global model, LIME focuses on why a specific instance was classified the way it was, making complex models such as deep neural networks and ensemble methods interpretable to end-users, domain experts, and auditors. | Logistic regression is a statistical method for modeling the probability of a binary outcome (disease present/absent, success/failure) as a function of continuous and categorical predictors. Developed by David Roxbee Cox (1958), it solves the problem of predicting categorical outcomes by applying a logistic transformation to constrain predictions to the [0,1] probability interval, enabling accurate risk stratification, diagnostic prediction, and causal inference in epidemiology, medicine, and social science. |
| ScholarGateJeu de données ↗ |
|
|
|