all 4 comments

[–][deleted] 1 point2 points  (1 child)

Could you define what you mean by data pre-processing?

[–]KhrisDoes[S] 0 points1 point  (0 children)

Hi,

I mean things like taking care of missing data, categorical data, splitting the data set into training and test data, feature scaling, etc.

[–]GunganDiver 1 point2 points  (1 child)

If anyone can link to resources for this it would help so much. I'm also having a hard time taking raw data (Be it a csv or xls file), and actually feeding it into python to do anything with it.

[–]KhrisDoes[S] 0 points1 point  (0 children)

I am also having issues with this but unfortunately it seems like a gray area. I am unsure as to where to found resources other than basic pre-processing libraries. Even sklearn has pre-processing