Python Libraries for Interpretable Machine Learning

#artificialintelligence 

As concerns regarding bias in artificial intelligence become more prominent it is becoming more and more important for businesses to be able to explain both the predictions their models are producing and how the models themselves work. Fortunately, there is an increasing number of python libraries being developed that attempt to solve this problem. In the following post, I am going to give a brief guide to four of the most established packages for interpreting and explaining machine learning models. The following libraries are all pip installable, come with good documentation and have an emphasis on visual interpretation. This library is essentially an extension of the scikit-learn library and provides some really useful and pretty looking visualisations for machine learning models.