Hi I have big dataset which has both strings and numerical values ex.
User name (str) , handset(str), number of requests(int), number of downloads(int) ,.......
I have around 200 such columns.
Is there a way/algorithm which can handle both strings and integers during feature selection ? Or how should I approach this issue.
thanks