pbiecek / InterpretableMachineLearning2020

Lecture notes for 'Interpretable Machine Learning' at WUT and UoW. Summer semester 2019/2020
27 stars 27 forks source link

Dataset: FICO #2

Open pbiecek opened 4 years ago

pbiecek commented 4 years ago

Problem

This is a binary classification problem. On the basis of historical data, models (of varying degrees of complexity) should be developed to predict the chances of default (credit risk scoring). The best models should be explained using XAI tools at the instance level and at the data set level.

Data

The data can be downloaded from the FICO competition website. The form for applying for access to data can be found at https://community.fico.com/s/explainable-machine-learning-challenge?tabset-3158a=2

Example solution

Two interesting solutions in the FICO competition are described under the links

alicjaj1000 commented 4 years ago

Great problem selection - XAI in credit scoring is truly a hot topic! The main question is how to connect a superior prediction with sticking to regulatory requirements? Compliance requires providing explanations for loan decisions reached through AI models. I highly encourage you to get deeper into that topic :) If you want to discuss more, don't hesitate to shoot me a message on Slack!