Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.73 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.73 KB

Campus-Placements-ML-Project

A complete front-to-end ML Project which predicts selection and salary in Placements by Sanidhya Singh

About the Project:

The aim of the project was simple, to analyze the dataset properly and try to make models which predict Selection Status and Salary as accurately as possible. The models used ulimately in the project were Support Vector Classifer and Elastic Net (Regularised Linear Regression) after performing a lot of Analysis and Tests. The notebook contains a complete view of the approach and provides an explanative walk-through towards all the processes done and the thought-process behind them. Make sure to read the Markdown Annotations to understand the steps to solve the problem in hand and why they were done!

Files in this Repository:

Note: In this project, various libraries of python have been used, most importantly sklearn which is the backbone of the project. Other libraries used are numpy, pandas, warnings, matplotlib, seaborn, xgboost. Make sure you have them installed if you want to run the code yourself in the notebook or otherwise.

Dataset Source and its Description, on Kaggle.

Kaggle Submission, of the project.

Hope you like it!