Skip to content

Using various ML models to accuractely predict a disease given the symptoms.

Notifications You must be signed in to change notification settings

bansal51/disease-pred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Version History:

  • (2/23/2024) --> Created project, verified that the data is balanced and encoded the output column.
  • (2/23/2024) --> Converted the training data into test and training sets (80/20 split)
  • (2/24/2024) --> Added a cross validation score for each of the 3 models we are using: SVC, Normalized Naive Bayes, and Random Forest Classifer
  • (2/24/2024) --> Trained and tested the 3 various models using the training data, and will now train models on test data

About

Using various ML models to accuractely predict a disease given the symptoms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages