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

Architect a better means instead of command line calling with args #7

Open JacksonDavenport opened 7 years ago

JacksonDavenport commented 7 years ago

More of a deep idea but should be remembered moving forward: Is the best way this multi step process of: collect data, process data, test on data. It makes sense to do it three steps but is there a better way to call it and a better way to organize the calls instead of three separate Java files called by three separate Python Scripts