Students Placement Prediction Using Machine Learning Algorithms
Students Placement Prediction Using Machine Learning Algorithms
-Siddheshwar Biswal
-Anuska Mishra
-Shravan Kumar
Pattnaik
- Shreya Mishra
CONTENTS
■ Introduction
■ Abstract
■ Project Objectives
■ Research papers and References
■ Work flow diagram
■ Dataset
INTRODUCTION
■ The main objective of this model is to predict whether the student gets placed or not in
campus recruitment.
■ This system predicts the probability of a undergrad students getting placed in a
company by applying classification algorithms such as Decision Tree and Logistic
Regression algorithm.
■ This model benefits the placement cell within an institute to recognize the potential
students and pay consideration to and advance their technical as well as social abilities.
RESEARCH PAPERS AND
REFERENCES
SOURCE LINK AUTHOR
The sample data has been collected from Bangalore college of MBA students.
The dataset consists of 215 instances of students.
DATA PREPROCESSING
Data pre-processing is a method that is used to convert raw data into clean
data which can be used for model construction. This research work consists
of pre-processing tasks such as attribute selection, cleaning missing values,
and splitting the dataset into training and testing. Some attributes such as
serial no. and salary are removed as they do not contribute to classification.
MODEL GENERATION
Two machine learning classifier models are generated using the given
dataset. These two models are decision tree and logistic regression. These
models are used to classify the dataset based on various selected attributes.
CLASSIFICATION
The results obtained from different classifiers are analyzed and compared
based on accuracy.
THANK YOU