So, your stakeholders want an interpretable Machine Learning model?

By Medium - 2020-11-05

Description

Here is what you tell them.

Summary

  • Another powerful thing that often works well is exposing the model via a simple interactive web application to illustrate how predictions change depending on the input values.
  • Explain the existence of multiple good models By definition, any model is only an approximation of the process that generated the observed data.
  • In Statistics, this phenomenon is known as the “multiplicity of models” (Breiman 2001).

 

Topics

  1. Machine_Learning (0.16)
  2. Backend (0.15)
  3. NLP (0.14)

Similar Articles

Time-Series Forecasting with Google BigQuery ML

By Medium - 2021-02-16

If you have worked with any kind of forecasting models, you will know how laborious it can be at times especially when trying to predict multiple variables. From identifying if a time-series is…

The Model’s Shipped; What Could Possibly go Wrong

By Medium - 2021-02-18

In our last post we took a broad look at model observability and the role it serves in the machine learning workflow. In particular, we discussed the promise of model observability & model monitoring…