Skip to content

pradeep-mahat0/duplicate-question-pair-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Question Pair Duplicate Checker

This project detects whether a pair of Quora questions are duplicates using classical machine learning techniques. It leverages a subset of the official Quora Question Pairs dataset and applies a Random Forest Classifier for prediction.


Dataset

  • Source: Quora Question Pairs
  • Samples Used: 100,000 rows from the training data
  • Target Column: is_duplicate (1 if duplicate, 0 otherwise)

Model

  • Algorithm: Random Forest Classifier
  • Library: scikit-learn
  • Accuracy Achieved: 80.755%

🧰 Tech Stack


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors