>From what I can see, the random forest implementation takes either numerical >or categorical feature data. That worked fine for me, until I tried to >incorporate word or text features. I liked the encoders used in SGD, but they >don't seem to apply to random forests. So, did I overlook something simple >that would allow me to include word or text features? If not, are there plans >(assuming the core algorithm allows) to add these feature types to random >forests in the future?
Thanks, Don Pazel
