sangeet2020 / CNN-SHAP-text-classification

A CNN based framework for text classification problem implemented in Keras with a local model explanation using SHAP DeepExplainer class.
1 stars 1 forks source link

fix: adding requirements.txt file #1

Open neeraj1909 opened 2 years ago

neeraj1909 commented 2 years ago

What I'm trying to achieve

There is no requirements.txt file in this repo. I want to add it so that those who want to use this repo, will not worry about the third-party package version.

sangeet2020 commented 2 years ago

Sure, open a pull request.