Is it is useful to use dummy variables even though it implies a big increase in the number of parameters?
In my case, I have a training set of about 13000 observations, and I am using 6 parameters. One of these is composed of 150 different elements; therefore whether I transform it in a dummy variable I'll have, in total, more than 150 parameters.
Is this transformation sensible?