roclark / clarktech-ncaab-predictor

A machine learning project to predict NCAA Men's Basketball outcomes
33 stars 8 forks source link

Handle requests in parallel #4

Closed clark173 closed 6 years ago

clark173 commented 6 years ago

Currently, it takes 45 minutes or longer to pull all of the stats. If the requests are run in parallel, it could significantly reduce the time to pull the stats, enabling faster testing.