generic-github-user / STVM_NLP_Research

Research code for the method described in "Can you tell? SSNet - a Sagittal Stratum-inspired Neural Network Framework for Sentiment Analysis"
Other
1 stars 0 forks source link

Why is a section of code in train_predictor() repeated? #8

Open generic-github-user opened 3 years ago

generic-github-user commented 3 years ago
random.shuffle(imdb_list)
training_dict = get_training_dict(split)
training_dict_threshold = get_training_dict_threshold(split)