First time implementing machine learning models into my project. I used the Students' Employability Dataset - Philippines Dataset from Kaggle for this project.
The project uses three libraries which is pandas, matplotlib, and Seaborn.
pip install pandas
pip install matplotlib
pip install seaborn
pip install scikit-learn
- Which characteristic do Filipino students score low in? high in?
- What is the usual cutoff average score for employability according to the dataset?
- Which feature has the greatest correlation with employability?
- Which classifier model has the highest accuracy for this dataset? Logistic Regression, K-Nearest Neighbors Classification, or Support Vector Machines?
You can contact me at [email protected] to express your feedback about the project and how I can improve.