Skip to content

This is a basic implementation of a resume screening model using machine learning techniques

Notifications You must be signed in to change notification settings

Logahn/resume-screening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Resume Screening

In the project, the algorithm encodes the category labels using label encoding and prepares the data for training a machine learning model. It uses the TF-IDF vectorizer to convert the clean text into numerical features and splits the data into training and testing sets. Then, it trains a K-nearest neighbors classifier using the One-vs-Rest strategy and evaluates the model's performance using accuracy scores and a classification report.

Link

Google colab file can be found here

About

This is a basic implementation of a resume screening model using machine learning techniques

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages