UBC-MDS / mushroom_classifier

Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Golden Rule and Data Leakage #3

Open hankunxiao opened 17 hours ago

hankunxiao commented 17 hours ago

I am wondering if we can do a second round of quality on the data processing part to make sure that there is no data leakage.

y1chi-z commented 17 hours ago

I've checked the preprocessing and data splitting parts. We used pipeline to avoid data leakage, so I think we should be fine.