Skip to content

Data Science project using different classification algoeithms

License

Notifications You must be signed in to change notification settings

haywire153910/Student-Attrition-Project

Repository files navigation

Student-Attrition-Retention-Project

Data Science project using different classification algorithms

Business Problem

The goal of the project is to build a model to help a university predict which of its students are likely to attrite from the Univerisity. However, the dataset could be used to build a model to predict student retention by switching the target variable in the dataset.

Methods

Exploratory Data Analysis

Data Visualisation: determine relationships between independent variables (linear and non-linear relationships)

Aggregating Majors into custom 'Departments' to narrow down the independent variables, easiuer to deal with the categorical variable and notice their effect.

Quick glance at the results

Bagging Decisiontree Classififer:

Score: 82.35%

Random Forrest Classifier:

Score: 80.79%

AdaBoost Classifier:

Score: 82.25%

GradientBoost Classifier:

Score: 84.79%

Lessons and Reccommendations

Hypertuning is essential to improving accuracy.

Second term performance appears to bear the most weight on a students' decision to leave or stay at the univerisity. DIstance from home is the second most relevant factor in a student leaving the Univerity.

License

MIT License

Copyright (c) 2022 Stern Semasuka

Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction, including without limitation the rights

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

copies of the Software, and to permit persons to whom the Software is

furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all

copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.

Learn more about MIT license

About

Data Science project using different classification algoeithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages