dsriggs1 / Baseball_Project

Predicting fantasy baseball player performance
0 stars 0 forks source link

Replace loops with vectorized functions #1

Open dsriggs1 opened 2 years ago

dsriggs1 commented 2 years ago

Look for opportunities to improve the code by seeing if for loops can be replaced with vectorized apply family functions. Specifically part of code computing rolling metrics.