zestai / zrp

Zest Race Predictor
Apache License 2.0
28 stars 3 forks source link

Change in validate.py --> check_missing_pcg function. No need to conv… #17

Closed chriswill21 closed 2 years ago

chriswill21 commented 2 years ago

…ert every column to string and no need to calculate percentage of missing data using sliced_df/full_df. I used .mean() method instead.