BuildZoom interview question

Build a predictive model for the data

Interview Answer

Anonymous

12 Feb 2016

Break down the description feature into bag-of-words feature set, and use other categorical data, SVM showed the best results. I used Scikit library for this task.