dota2-predictor
dota2-predictor copied to clipboard
Preprocessing data is slow
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/