Skip to content

Keshav1516/interview_response_classifier

Repository files navigation

πŸŽ™οΈ Interview Response Classifier

Builds a machine learning classification model to predict categories of interview responses using real-world conversational data.


πŸ“Œ Project Overview

This repository hosts a data-driven interview response classification project implemented in Python. It includes:

  • A Jupyter notebook (Interview_Response_Classifier_F.ipynb) containing data exploration, feature engineering, model training, evaluation, and inference.
  • CSV datasets: train_IA_-_train.csv, test_IA_-_test.csv, and data_with_pred.csv with predictions.
  • Enables prediction of response categories (e.g., satisfactory, unsatisfactory) using popular supervised techniques like Logistic Regression, Random Forest, and SVM.

πŸ“‚ Repository Structure

β”œβ”€β”€ Interview_Response_Classifier_F.ipynb # Interactive notebook with full ML pipeline β”œβ”€β”€ train_IA_-train.csv # Training dataset β”œβ”€β”€ test_IA-_test.csv # Test dataset β”œβ”€β”€ data_with_pred.csv # Test results + model predictions β”œβ”€β”€ .gitignore # Files to exclude from Git └── README.md # Project overview and instructions


πŸ› οΈ Features & Workflow

  • πŸ“Š Data Loading & Exploration
    Insights into question-response patterns and class balance.

  • 🧩 Feature Engineering
    Techniques like TF-IDF text encoding, response length, keyword frequency, sentiment scoring.

  • πŸ€– Modeling & Classification
    Implements models such as Logistic Regression, Random Forest, SVM for predicting response quality.

  • πŸ“ˆ Performance Evaluation
    Metrics include accuracy, precision, recall, F1‑score, confusion matrix, and ROC-AUC.

  • πŸ” Result Analysis
    Predictions are saved in data_with_pred.csv for interpretation and further use.


About

Create a prediction model on interview response data using classification techniques in supervised machine learning. check the enter code now.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors