JacksonDavenport / RedditPrediction

Use a script to collect the titles from select/specified subreddits and use this collection to learn and predict the likelihood of a given title. This is used to predict which subreddit a chosen title should belong too.
1 stars 0 forks source link

Be able to store the results of the tests and access them quickly #2

Open JacksonDavenport opened 7 years ago

JacksonDavenport commented 7 years ago

As of now the code outputs all the results onto command line or a file with no mechanism to tell which are actually the most likely subreddits.

Either create a master controller instead of the Python Script to run them all or find a way to store them and then access the results and determine the best quickly.