How would we do Gradient Descent if one of our features are not numeric?
Non Numeric features
hey @lintasheelkumar ,
in that case , it depends .
Like , if the the data is categorical then you can label encode them as 0,1,2,3…
and if its a normal general text like review , then you can either use tf vectorizer , count vectorizer , pre trained embeddings , etc. to extract features from those text values.
I hope this helps You 
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.