June 10th, 2021

ML.NET Survey: Model Explainability

Jessie Houghton
Program Manager Intern

Model Explainability ensures you can debug or audit your machine learning models. By understanding how and why your model reacts in certain situations, you can ensure reliability and robustness, while avoiding bias.

Tell us about how you want to interpret your models and assess bias in ML.NET by taking this ~10 minute survey.

At the end, you can optionally leave your contact information if you’d like to talk with the ML.NET team about your Model Explainability and Fairness feedback.

ML.NET Survey: Model Explainability

Author

Jessie Houghton
Program Manager Intern

Jessie is a Program Manager Intern at Microsoft on the ML.NET team. She is working on the Model Explainability and Fairness story for ML.NET to further efforts toward Responsible ML. Jessie is a Computer Science student at the University of Michigan where she loves to teach and learn new instruments.

1 comment

Discussion is closed. Login to edit/delete existing comments.

  • Tom Giles

    I did the survey, but after also just watching the standup recording, had another thought. I have found it helpful to watch the "shape" of the predictions that are asked of the model, and comparing it to the shape of the data that was used to train the model. Say, for multi class classification, is the distribution of the predicted classes coming out similar to the distribution of the classes that were in the training...

    Read more