dota2-predictor icon indicating copy to clipboard operation
dota2-predictor copied to clipboard

Preprocessing data is slow

Open andreiapostoae opened this issue 7 years ago • 0 comments

Preprocessing a pd.DataFrame row by row and calculating advantages is painfully slow. Should parallelize the loops as the rows do not interact with each other.

Reference: https://blog.dominodatalab.com/simple-parallelization/

andreiapostoae avatar Aug 31 '17 22:08 andreiapostoae