SECURITY ALERT
Developer Tools Detected!
Redirecting in 3 seconds...
+91 73511 00545info@studyfornext.com

Loading Director's Message...

Our Mentors

Our Services

PLACEMENT

100% placement assistance.

INDUSTRIAL-TRAINING

Live project training.

ADMISSION

Direct admission guidance.

PROJECTS

Innovative project support.

Why Study For Next?

CAREER-ORIENTED

Curriculum designed to boost your career.

OFFLINE & ONLINE

Flexible learning modes.

GET CERTIFICATE

Earn recognized certifications.

EXPERT MENTORSHIP

Learn from industry experts.

FREE WORKSHOP

Complimentary skill workshops.

PAID WORKSHOP

Advanced technical workshops.

Our Courses

Mechanical Engineering
Mechanical

Mechanical Engineering

Master the mechanics of machinery and thermodynamics. Design the engines and systems that power the future industry.

View More
Electrical Engineering
Electrical

EEE Engineering

Explore the world of circuits, power systems, and electronics. Innovate with sustainable energy and modern electrical solutions.

View More
CS & IT Engineering
CS & IT

CS & IT Engineering

Code your way to success with full-stack development. Learn AI, software engineering, and the latest tech stacks.

View More
Civil Engineering
Civil

Civil Engineering

Shape the skylines and build the infrastructure of tomorrow. Expertise in structural design, planning, and construction.

View More
Robotics
Robotics

Robotic Courses

Merge hardware and intelligence. Build autonomous systems and learn the future of automation and robotics.

View More
School Courses
School

School Courses

Strong foundations for bright futures. Comprehensive learning modules designed for school-level academic excellence.

View More

Why Choose Us?

  • Expert mentors guiding students toward academic and career success
  • Comprehensive courses designed for practical learning and real results
  • Affordable education platform with updated resources and exam-focused preparation
  • Personality Development

0+

Students

0+

Teachers

0+

Awards

0+

Years

Our Affiliations

Salary Prediction using Machine Learning Web App

Er Yogendra Singh Rajput February 02, 2023

Salary Prediction using Machine Learning Web App

Salary Prediction Based on work experience ML Web App. The purpose of this project is to use data transformation and machine learning to create a model that will predict a salary when given years of experience, job type. The purpose of this project is to use data transformation and machine learning to create a model that will predict a salary when given years of experience, job type.

Data The data for this model is fairly simplified as it has very few missing pieces. The raw data consists of a training dataset with the features listed above and their corresponding salaries.

Information Used To Predict Salaries Years Experience: How many years of experience .

This model can be used as a guide when determining salaries since it shows reasonable predictions when given information on years of experience.

Methods Used

  1. Data Analysis and Visualization
  2. Linear Regression
  3. Polynomial Transformation
  4. Ridge Regression
  5. Random Forest

Technologies/Libraries Used

  1. Python 3
  2. Pandas
  3. NumPy
  4. Seaborn
  5. Scikit-learn
  6. Matplotlib
  7. SciPy
  8. Jupyter

Data

The data for this model is fairly simplified as it has very few missing pieces. The raw data consists of a training dataset with the features listed above and their corresponding salaries. Twenty percent of this training dataset was split into a test dataset with corresponding salaries.

There is also a testing dataset that does not have any salary information available and was used as a substitute for real-world data.

Information Used To Predict Salaries

  1. Years Experience: How many years of experience

Overview

  1. This is project predicts the salary of the employee based on the experience.

Model Training :-

    model.py trains and saves the model to the disk.
    model.pkb the pickle model

Run App :-
    app.py contains all the requiered for flask and to manage APIs.

Procedure
Open command Prompt and go to given directory and then run python app.py

Download Link

0 Views