Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added two new models #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

hananahoney
Copy link

The IPython notebook file on the Github directory showcases the application of various machine
learning classifiers on a diabetes dataset, including Logistic Regression, SVM, KNN, Random Forest, naive
Bayes, gradient boosting, Decision Tree, and XGBoost. The author of the notebook has performed
extensive data preprocessing prior to applying the classifiers, including data cleaning, scaling, and
feature engineering. The classifiers used in the notebook have been thoroughly evaluated using
performance metrics such as accuracy, and the results have been visualized to aid in the interpretation
of the results. The application of Decision Tree and XGBoost classifiers, in particular, were contributed
by me and have been added to the existing set of classifiers. The notebook evaluates these classifiers in
the same manner as the previous ones, providing valuable insights into their strengths and weaknesses.
This collaborative effort has resulted in a comprehensive analysis of the diabetes dataset using a diverse
set of classifiers, aiding in the selection of the best one for the task at hand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant