Skip to content

This repository contains a project for predicting salaries using a linear regression model built with sk-learn. The dataset includes experience and is used to train and evaluate the model. The code is well-documented and includes data pre-processing, model training, and evaluation.

License

Notifications You must be signed in to change notification settings

AHSANATIQ98/Salary-Prediction-with-SK-Learn-Linear-Regression

Repository files navigation

Salary Prediction with SK Learn Linear Regression

Overview

This project demonstrates how to predict salaries using a linear regression model implemented with sklearn. The dataset used includes features like experience, education, and skills to train the model.

Project Structure

  • data/: Contains the dataset used for training the model.
  • notebooks/: Jupyter Notebooks used for data exploration and model building.
  • README.md: Project overview and documentation.

Requirements

To run the project, you will need to install the following packages:

  • Python 3.x
  • sklearn
  • pandas
  • numpy
  • matplotlib (for visualizations)

Install the packages using the command:

pip install -r requirements.txt

About

This repository contains a project for predicting salaries using a linear regression model built with sk-learn. The dataset includes experience and is used to train and evaluate the model. The code is well-documented and includes data pre-processing, model training, and evaluation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published