Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 329 Bytes

Readme.md

File metadata and controls

5 lines (4 loc) · 329 Bytes

Code written during Microsoft Bing Hackathon 2016, Bangalore First part uses a C# project to parse the training and test set and then convert it into a csv file

Python folder does the machine learning part. Used ML techniques: OverVsOne , OneVsRest with BagOfWords and Tf-Idf. This approach gave us 6th Position in Leaderboard.