Open l-bailey-fnc opened 1 year ago
test_terms() and test_scores() need to be updated as follows:
for x, _ in term_score_tuples -> term_score_tuples['accept']
This is because the term_score_tuples gets sorted into an accept and reject group by the utils.remove_stop_words() method in Pipeline.py line 180
test_terms() and test_scores() need to be updated as follows:
for x, _ in term_score_tuples -> term_score_tuples['accept']
This is because the term_score_tuples gets sorted into an accept and reject group by the utils.remove_stop_words() method in Pipeline.py line 180