Media Explainability and Fairness of Machine Learning Based Non-life pricing Models

Explainability and Fairness of Machine Learning Based Non-life pricing Models

uploaded September 26, 2023 Views: 250 Comments: 1 Favorite: 7 CPD
Speakers: 
Description:

As the application of machine learning models in non-life insurance pricing gained momentum in recent years, the importance of explainability and interpretability increased significantly.
The talk will cover methods aiming to turn black box pricing models into white box ones including:

  • Use of rule-based and surrogate models 
  • Feature importance 
  • Partial dependence plots (PDPs)
  • Individual conditional expectations (ICE)

Practical examples will be presented using Python libraries that enable users to address both global and local model explainability such as LIME (local model explanations), SHAP (feature importance metrics), ELI5 (human readable model interpretations) and explainer dashboards (model explainability dashboards). 
Furthermore, methods to assess fairness of non-life pricing models are also important to avoid unintended discrimination and regeneration of biases prevalent in the data.  We will demonstrate how the aequitas and fairml libraries in Python can help understand such biases, compare biases between groups (bias disparity) and visualise bias metrics. We will conclude with a discussion on considerations for defining and setting fairness metrics for pricing models.

Tags:
Content groups:  content2023

1 Comments

holger_bartel
holger_bartel

202 Days ago

A really great summary of explainable AI tools.