facebookresearch / SentEval

A python tool for evaluating the quality of sentence embeddings.
Other
2.09k stars 309 forks source link

Remove Redundant Logistic Regression Instance Creation #58

Open heartcored98 opened 5 years ago

heartcored98 commented 5 years ago

clf object is created in line 232 or line 237. Therefore, creation of clf object above if statement is redundant.