Published February 27, 2021
| Version v1
Software
Open
PPPredSS Code
Authors/Creators
- 1. Montana State University
- 2. University of North Florida
Description
Dependencies
Here is the list of packages required for running the Python code:
pandas
torch
keras
numpy
tqdm
gensim
sklearn
nltk
spacy
networkx
en_core_web_sm
How to Run
- Unzip
sequences_labels.zip,word2vec_100_10_5.zip,propheno_scoms.zip, andpropheno_masks.zipfiles located in thedatadirectory. - Set the
data_pathto thedatadirectory in themain.pyfile. - Run the
main.pyfile using the following command:
python -m main
Jupyter Notebook
The notebook for the code is also available in the root folder which can be used as an alternative to the main.py.