Member-only story

Machine Learning Model Dashboard

Creating dashboards to interpret machine learning model

Himanshu Sharma
Towards Data Science
4 min readApr 22, 2021

--

Nowadays, creating a machine learning model is easy because of different python libraries that are in the market like sklearn, lazypredict, etc. These libraries are easy to use and used to create different types of models along with different types of visualizations and find out the model performance. If you don’t know how lazy prediction works, check out the article given below.

The main challenge nowadays is that models are not interpreted easily which makes it difficult for a non-technical person to understand and interpret the logic and how the model is working.

Explainer dashboard is an open-source python library that creates machine learning model dashboards that can be used to easily understand and analyze the important factors on which the model is working like feature importance, model performance, visualizations, etc.

--

--

Towards Data Science
Towards Data Science

Published in Towards Data Science

Your home for data science and AI. The world’s leading publication for data science, data analytics, data engineering, machine learning, and artificial intelligence professionals.

Himanshu Sharma
Himanshu Sharma

Written by Himanshu Sharma

I write about my learnings in the field of Data Science, Visualization, Artificial Intelligence, etc.| Linkedin: https://www.linkedin.com/in/himanshusharmads/

Responses (3)