I am doing a binary classification problem where I am predicting if a customer will subscribe for a campaign(For Airline Industry).
My data set is at Customer and Campaign name level and there are 43 variables under consideration.
There are certain variables which are decile ( 1 to 10) and variable like education level ( 0 to 5). For education level we can't say 4 is twice as educated as 2. How should I treat my variables?
Do i need to convert these variables to dummy variables( 0 or 1), I am running Logistic regression, random forest, Xgboost in R. How can I check variable importance if I convert these to dummy variables( factor analysis is throwing errors)