robertisandor/USF-MSDS621-KaggleHomeDepot

new features _ Chong

Closed this issue · 1 comments

  1. counting how many "initial searching terms" could be found in the title/product description;
  2. stemming the "initial searching terms" as a new column "stemmed_terms", update all "clean_*" columns;
  3. lemmatizing the "initial searching terms" as a new column "lemmatize_terms", update all "clean_*" columns;

Features have been tested and integrated into the code. Thanks for your help!