Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ“ Placement Prediction Model

This project is a machine learning-based placement prediction system that predicts whether a student will be placed based on their IQ level and CGPA. It is designed to help students and institutions understand the relationship between academic performance and placement success.


πŸ“Œ Features

  • Predicts placement status (Placed or Not Placed) using IQ and CGPA
  • Trained on a clean dataset with supervised learning models
  • Supports model evaluation with accuracy, confusion matrix, etc.
  • Easy to understand, extend, and deploy

🧠 Model Overview

  • Input Features: IQ, CGPA
  • Target Output: Placement Status
  • Algorithm Used: Logistic Regression (can be extended to other models)

πŸ› οΈ Technologies Used

  • Python
  • Pandas
  • NumPy
  • scikit-learn
  • Matplotlib / Seaborn (for visualization)

πŸš€ Getting Started

  1. Clone the repository:
    git clone https://github.com/Vivek-ML001/Palcement_prediction.git
    cd Palcement_prediction
    

python -m venv placement_env placement_env\Scripts\activate # For Windows

pip install -r requirements.txt

python placement_predictor.py

Palcement_prediction/ β”œβ”€β”€ data/ β”‚ └── student_data.csv β”œβ”€β”€ placement_predictor.py β”œβ”€β”€ model.pkl β”œβ”€β”€ README.md └── requirements.txt


Let me know if you want this as a Jupyter Notebook project, want to add graphs, or include a Streamlit web app version – I’ll tailor the README further! Created with ❀️ by Vivek Kumar

About

🧠 A machine learning model that predicts the best-fit colleges for students based on their IQ and CGPA using historical data and smart ranking logic.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages