Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 14

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

Placement of students is one of the most important objective of an educational institution.


Reputation and yearly admissions of an institution invariably depend on the placements it
provides it students with. Institutions make great efforts to achieve placements for their
students .This will always be helpful to the institution. The objective is to predict the
students getting placed for the current year by analyzing the data collected from previous
years students. The data has been collected by the institution for which prediction is going
to be done and by applying suitable data pre-processing techniques. This algorithm
independently predict the results and we then compare the efficiency of the algorithm,
which is based on the dataset. This model will helps the placement cell to focus on the
potential students and help them to improve their technical and social skills.
ABSTRACT
A placement predictor is to be designed to calculate the possibility of a student being placed
in a company, subject to the criterion of the company. The placement predictor takes many
parameters which can be used to assess the skill level of the student. While some
parameters are taken from the university level, others are obtained from tests conducted in
the placement management system itself. Combining these data points, the predictor is to
accurately predict if the student will or will not be placed in a company. Data from past
students are used for training the predictor.
PROJECT OBJECTIVE

■ 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

GITHUB https:// Gunjan Goyal


www.analyticsvidhya.com/
blog/2021/06/twitter-
placement-prediction-use-
case-for-beginners/
KAGGLE https://www.kaggle.com/ Μαριος Μιχαηλιδης
datasets/kazanova/ KazAnova
placement140
W3SCHOOL https:// Roshan Cyriac Mathew
www.w3school.com/
@TheAIandDSChannel
WORK FLOW DIAGRAM
DATASET
DATA COLLECTION

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

Classification is done to predict the students who are placed in some


company on campus and those who are not placed. To classify the students
three well-known machine learning classifiers are used in this paper.
RESULT ANALYSIS

The results obtained from different classifiers are analyzed and compared
based on accuracy.
THANK YOU

You might also like