Minhaj-A1 / finalCapstone

This repository includes the code for the final capstone project concerning sentiment and similarity analysis
0 stars 0 forks source link

Risk of selecting same review twice #1

Closed Minhaj-A1 closed 8 months ago

Minhaj-A1 commented 8 months ago

The current method risks selecting the same review twice to undergo sentiment and similarity analysis. We should use the random.sample() method to ensure unique selection of reviews.

Minhaj-A1 commented 8 months ago

PR #1 closed this issue.