
Interpretable Machine Learning with Python
By :

Upon careful consideration, you have decided to approach this both as a regression problem and a classification problem. Therefore, you will produce models that predict minutes delayed as well as models that classify whether flights were delayed by more than 15 minutes or not. For interpretation, using both will enable you to use a wider variety of methods, and expand your interpretation accordingly. Also, dimensionality reduction can only further enrich interpretation possibilities. So we will approach this example by taking the following steps:
These steps in the Reviewing traditional model interpretation methods section are followed by conclusions spread out in the rest of the sections of this chapter.