-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
KalyanMurapaka45
committed
Feb 7, 2024
1 parent
8259549
commit c92a838
Showing
36 changed files
with
5,446 additions
and
103,882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,25 @@ | ||
Brain_Tumour/BrainModel.h5 | ||
Breast_Cancer_Disease/BCancer_Model.pkl | ||
Breast_Cancer_Disease/BCancer_Preprocessor.pkl | ||
Diabetes_Disease/Diabetes_Model.pkl | ||
Diabetes_Disease/Diabetes_Preprocessor.pkl | ||
Heart_Disease/Heart_Model.pkl | ||
Heart_Disease/Heart_Preprocessor.pkl | ||
Kidney_Disease/Kidney_Model.h5 | ||
Liver_Disease/Liver_Model.h5 | ||
Lung_Disease/Lung_Model.h5 | ||
Malaria_Disease/Malaria_Model.h5 | ||
Ocular_Disease/Ocular_Model.h5 | ||
Parkinson_Disease/Parkinson_Model.pkl | ||
Skin_Cancer/SkinCancer_Model.h5 | ||
Breast_Cancer_Disease\BCancer_Model.pkl | ||
Breast_Cancer_Disease\BCancer_Preprocessor.pkl | ||
|
||
Diabetes_Disease\Diabetes_Model.pkl | ||
Diabetes_Disease\Diabetes_Preprocessor.pkl | ||
|
||
Heart_Disease\Heart_Model.pkl | ||
Heart_Disease\Heart_Preprocessor.pkl | ||
|
||
Parkinsons_Disease\Parkinson_Model.pkl | ||
Parkinsons_Disease\Parkinson_Preprocessor.pkl | ||
|
||
Brain_Tumour\BrainModel.h5 | ||
|
||
Kidney_Disease\Kidney_Model.h5 | ||
|
||
Liver_Disease\Liver_Model.h5 | ||
|
||
Lung_Disease\Lung_Model.h5 | ||
|
||
Malaria_Disease\Malaria_Model.h5 | ||
|
||
Ocular_Disease\Ocular_Model.h5 | ||
|
||
Skin_Cancer\SkinCancer_Model.h5 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Git LFS file not shown
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Model,Testing Accuracy,Precision,Recall,F1 Score | ||
Logistic Regression,0.8974358974358975,0.9333333333333333,0.9333333333333333,0.9333333333333333 | ||
Naive Bayes,0.7435897435897436,1.0,0.6666666666666666,0.8 | ||
XG Boost,0.7692307692307693,0.7692307692307693,1.0,0.8695652173913044 | ||
Decision Tree,0.8974358974358975,0.9333333333333333,0.9333333333333333,0.9333333333333333 | ||
Support Vector Machine,0.9230769230769231,0.9090909090909091,1.0,0.9523809523809523 |
Oops, something went wrong.