An open API service indexing awesome lists of open source software.

https://github.com/chinmoyt03/machine-learning-based-selection-of-phd-admission

The project discusses using machine learning to predict doctoral program admissions and compares the performance of Logistic Regression and KNN models, finding that KNN outperforms Logistic Regression.
https://github.com/chinmoyt03/machine-learning-based-selection-of-phd-admission

hyperparameter-tuning knearest-neighbor-classification knn logistic-regression machine-learning python

Last synced: 3 months ago
JSON representation

The project discusses using machine learning to predict doctoral program admissions and compares the performance of Logistic Regression and KNN models, finding that KNN outperforms Logistic Regression.

Awesome Lists containing this project

README

        

This project discusses the machine learning algorithms for predicting students chances of admission to a doctoral program. Students will be able to predict their chances of acceptance of ahead of time. I present a novel dataset called Phd_admission_dataset and examine it to determine the performance of several machine learning methods, such as Logistics Regression, KNN. Experimental results show that the KNN model outperforms the Logistics Regression model.