Skip to content

flxchen/salary-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salary-prediction

Clean data and build a model to predict the salaries for the job postings contained in test_features.csv (1 million rows). Anaylze model accuracy.
The output of is a CSV file entitled test_salaries.csv

  1. train_features.csv : Each row represents metadata for an individual job. The “jobId” column represents a unique identifier for the job posting. The remaining columns describe features of the job.
  2. train_salaries.csv : Each row associates a “jobId” with a “salary”.
  3. test_features.csv : Similar to train_features.csv , each row represents metadata for an individual job.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published