Closed Minhaj-A1 closed 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.
PR #1 closed this issue.
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.