In this chapter, we are going to use explainable libraries to explain a regression model and a classification model, while training a nonlinear model. A nonlinear model is something where either the input variables are transformed using nonlinear transformations or the function to model the input and output is nonlinear.
In the pursuit of achieving higher accuracy, input features are modified either by including polynomial features or by including interaction features, such as additive ...