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

need for speed #10

Open JacksonDavenport opened 7 years ago

JacksonDavenport commented 7 years ago

Move towards BufferedReader and BufferedWriter gave a 50 % speed boost. It appears as since the average ms run is < 40 and the average run time is over 1 minute the time cost is repeatedly loading the program. Moving towards wrapping up TitleModeling

JacksonDavenport commented 7 years ago

Implemented wrapper and it is night and day for speeds