In trying to add another classifier (logistic regression), I have moved the preprocessor out of the build_pipeline() function so it can be used by both classifiers. Also am thinking of leaving out the feature importance plot since feature importance doesn't exist for logistic regression, and because we will have additional plots coming from the SHAP analysis
In trying to add another classifier (logistic regression), I have moved the preprocessor out of the
build_pipeline()
function so it can be used by both classifiers. Also am thinking of leaving out the feature importance plot since feature importance doesn't exist for logistic regression, and because we will have additional plots coming from the SHAP analysis