A machine learning project on engineering placement prediciton using python
Dataset link: https://www.kaggle.com/datasets/tejashvi14/engineering-placements-prediction/data
- Logistic Regression
- K Nearest Neighbors(KNN)
- Naive Bayes
- Decision Tree
- Random Forest
- Support Vector Machine(SVM)
Decision Tree Classifier model has the highest accuracy and gives accurate predictions compared to other algorithms used.