Bakar31 / Resume-Match-NLP

Hire the Perfect candidate. HackerEarth Competitions solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hits

Hire-The-Perfect-Candidate(The Perfect Fit)

Platform: HackerEarth

Rank: 9th among 2381 participates.

Data description:

The dataset folder contains the following files:

  • train.csv: 90 x 2
  • test.csv: 60 x 1
  • trainResumes: 90 resumes that you must use for training model
  • testResumes: 60 resumes that you must use for testing model
  • Job description.pdf: PDF file that represents the job description of a Machine Learning engineer

Evaluation metric:

score = 100*max(0, 1 - metrics.mean_squared_log_error(actual, predicted))

Best Model:

LightBGM algorithm with counvectorized data has the highest score.

About

Hire the Perfect candidate. HackerEarth Competitions solution.

License:Apache License 2.0


Languages

Language:Python 100.0%