UBC-MDS / seismophobia

MIT License
0 stars 5 forks source link

Milestone 3: Add another classifier to modelling #52

Closed dbandrews closed 3 years ago

trevorki commented 3 years ago

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

dbandrews commented 3 years ago

That should work well - there is coef_ in logistic regression but I'm fine leaving that out

dbandrews commented 3 years ago

Closed by #58