Skip to content

anu-gtb/Campus-Placement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Campus-Placement

This is a Machine Learning-based prediction project in which the task is to predict whether a student may get placed or not on the basis of different academic factors.

Steps involved in implementation of this project are -:

  1. Exploratory Data Analysis(EDA)
  2. Data Preprocessing and Feature Extraction
  3. Data Visualization
  4. Model Training
  5. Evaluation
  6. API development
  7. Deployment

Tools and Technologies used -:

  1. Cassandra Database - For dataset

The dataset contains a total of 215 non-null rows and 15 columns.

  1. Pandas - EDA
  2. Scikit-Learn, Scipy and StatsModels - Data Preprocessing and Feature Extraction
  3. Matplotlib and Seaborn - Data Visualization
  4. Logistic Regression - Final model training(best model chosen)
  5. Scikit-Learn Metrics - Evaluation
  6. Streamlit - For User Interface development
  7. Streamlit Cloud - Deployment

Database Link -: https://astra.datastax.com/org/0dd23226-b7a5-45db-9a1d-73ce17d26290/database/35d88150-d1f8-48c5-a5ef-3409fb0a3339

front

On clicking submit button at bottom,

submit

We get the output as Placed/Not Placed -:

Screenshot (178)