You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project focuses on building a machine learning model to predict diseases based on symptoms. The project uses a cleaned dataset with no null values, and all features are binary (0's and 1's).
We implement three classifiers:
1. Support Vector Classifier (SVC)
2. Gaussian Naive Bayes Classifier
3. Random Forest Classifier