/SalaryPredictionModel

ML model for estimating salary of new employees based on parameters such as age, workinh hours, capital gain etc, at their previous workplace.

Primary LanguageJupyter Notebook

SalaryPredictionModel

Made a ML model for predicting salary for the new employees of a company based on certain parameters from their previous workplace.

Model Accuracy- >97%

Libraries used:

  1. SnadardScaler
  2. matplotlib
  3. confusion matrix
  4. K-nearest neighbor

New concept learned: Using K-Nearest neighbor algorithn.