Code for the Home Depot Search Relevance Kaggle competition
The final version of our algorithm that predicts the relevance of Home Depot's search results. This version includes all function created to explore the data, extract predict features, and make predictions.
- Data: download from the Kaggle competition.
- Python packages: NumPy, Pandas, NLTK, and Sci-kit Learn.