Open andreiapostoae opened 7 years ago
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/
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/