tritonhacks / Tritonhack2024-ML-Starter-Kit

https://tritonhacks.github.io/Tritonhack2024-ML-Starter-Kit/
0 stars 3 forks source link

Track main dataframe "data" + new variable if there is any change #10

Closed sunwoo604 closed 8 months ago

sunwoo604 commented 8 months ago

Make sure to keep track of “data” variable instead of preprocessing every single time + have some consistency(if you make change to the original data, then store in the different variable such as data_no_sex instead of modifying the actual variable.

Priority: High