Minhaj-A1 / finalCapstone

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

Issue #1 - changed program to use random.sample() #3

Closed Minhaj-A1 closed 8 months ago

Minhaj-A1 commented 8 months ago

As per Issue #1, the program now uses the random.sample() method to pick 2 random reviews in order to avoid the same review being picked twice.