Is it mandatory to convert all non-numeric data to numerical data before implementing Decision Tree algorithm?
Decision Tree Also
Hey @rishverma,
You need to convert every data to numerical data whether you convert using word2vec or directly mapping textual data with numerical dictionary since your computer can understand binary or numbers only, It’s not capable to understand text directly.