Using Fairlearn to Build Fair Machine Learning Models with Python: Step-by-Step Towards More Responsible AI
Move towards responsible AI by using FairLearn, an open-source Python package for assessing and mitigating unfairness in machine learning.
4 tutorials
Move towards responsible AI by using FairLearn, an open-source Python package for assessing and mitigating unfairness in machine learning.
Learn how to use Random Search to tune the model hyperparameters of a Random Forest with Python that predicts house sale prices.
This tutorial shows how to build a customer churn prediction model in telecommunications. We will use Python and measure feature importance.
Learn how to tune the model hyperparameters of a Random Forest that predicts the survival of Titanic passengers using grid search in Python.