DSCI-310-2024 / DSCI-310_Group-Project_Group8_Purchasing-Intent-Analysis

MIT License
0 stars 1 forks source link

feature importance function + test #42

Closed sanash43 closed 5 months ago

sanash43 commented 5 months ago

Abstracted feature importance code from the analysis.py script, created function in src/function_feature_importance.py and corresponding test in test/test_feature_importance.py, able to achieve 80% coverage and all tests pass.