You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used training data which involves sets of questions and information whether they are duplicates or not. Applied Natural Language processing methods on the text data and used methods like TF-IDF, Semantic Similarity for feature extraction & Ensemble methods(XGBoosting) for classification. Accuracy on the test data is found using log loss.