We have data for people going to school. Things like previous education level. Interests. Gender. Military status.
How do we convert these to integer/float values so we can throw them into an SVM model? Am I going about this the right way?
Side note, is the PHP SVM module an ok thing for just doing some simple modeling? Or is it not worth using?