{"id":16365878,"url":"https://github.com/harshcasper/vyaadhi","last_synced_at":"2025-07-23T15:40:04.811Z","repository":{"id":106117394,"uuid":"208431585","full_name":"HarshCasper/Vyaadhi","owner":"HarshCasper","description":"This repository consists of the various Jupyter Notebooks that were written to perform analysis on the different Open-Source Datasets available on Health Parameters and different disease, namely: Breast Cancer, Diabetes Analysis, Heart Disease, Kidney Disease and Liver Disease.","archived":false,"fork":false,"pushed_at":"2020-01-29T16:10:05.000Z","size":10894,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T16:51:50.652Z","etag":null,"topics":["classification","disease","health","machine-learning","machine-learning-algorithms"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HarshCasper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-14T11:37:06.000Z","updated_at":"2025-01-16T20:25:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"13165fef-9104-4951-be23-de33bff3efbc","html_url":"https://github.com/HarshCasper/Vyaadhi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HarshCasper/Vyaadhi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshCasper%2FVyaadhi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshCasper%2FVyaadhi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshCasper%2FVyaadhi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshCasper%2FVyaadhi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarshCasper","download_url":"https://codeload.github.com/HarshCasper/Vyaadhi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshCasper%2FVyaadhi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266706633,"owners_count":23971904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classification","disease","health","machine-learning","machine-learning-algorithms"],"created_at":"2024-10-11T02:44:44.614Z","updated_at":"2025-07-23T15:40:04.805Z","avatar_url":"https://github.com/HarshCasper.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vyaadhi\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/864892d251d84ef5b50c4f85a8d302cc)](https://www.codacy.com/manual/HarshCasper/Vyaadhi?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=HarshCasper/Vyaadhi\u0026amp;utm_campaign=Badge_Grade)\n\nThis repository consists of the various Jupyter Notebooks that were written to perform analysis on the different Open-Source Datasets available on Health Parameters and different disease, namely: Breast Cancer, Diabetes Analysis, Heart Disease, Kidney Disease and Liver Disease.\n\n## Accuracy \n\n|                | Logistic Regression | Naive Bayes | Support Vector Machines | Random Forest |\n|----------------|---------------------|-------------|-------------------------|---------------|\n| Breast Cancer  | 96.4912%            | 92.3977%    | 95.91%                  | NaN           |\n| Liver Disease  | 70.1149%            | 53.4483%    | 70.1149%                | NaN           |\n| Diabetes       | 78.355%             | 76.1905%    | 78.355%                 | NaN           |\n| Kidney Disease | 97.9167%            | 100%        | 100%                    | NaN           |\n| Heart Disease  | 80.2198%            | NaN         | 81.32%                  | 91.21%        |\n\n## Datasets Used: \n\n### Breast Cancer \n\nThe Breast Cancer Wisconsin (Diagnostic) Database available with sklearn was utilizes to create the dataset which has about 569 rows (cases) with 30 numeric features. The outcomes are either 1 - malignant, or 0 - benign.\n\n![image](https://github.com/HarshCasper/Vyaadhi/blob/master/Images/breast%20cancer.png)\n\n### Liver Disease\n\nThe Liver Disease Database was utilized from an open-source [Kaggle](https://www.kaggle.com/uciml/indian-liver-patient-records) Database. The outcomes are two: Does the patient has liver disease or he does not have.\n\n![image](https://github.com/HarshCasper/Vyaadhi/blob/master/Images/Liver.png)\n\n### Diabetes\n\nAn open source [Kaggle](https://www.kaggle.com/uciml/pima-indians-diabetes-database) was utilized for our Data Analysis and Machine Learning Processing.\n\n![image](https://github.com/HarshCasper/Vyaadhi/blob/master/Images/diabetes.png)\n\n### Kidney Disease\n\nAn open source [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/Chronic_Kidney_Disease) was utilized for our Data Analysis and Machine Learning Processing.\n\n![image](https://github.com/HarshCasper/Vyaadhi/blob/master/Images/kidney.png)\n\n### Heart Disease\n\nAn open source [Kaggle Dataset](https://www.kaggle.com/ronitf/heart-disease-uci) was utilized for our Data Analysis and Machine Learning Processing.\n\n![image](https://github.com/HarshCasper/Vyaadhi/blob/master/Images/heart.png)\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshcasper%2Fvyaadhi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshcasper%2Fvyaadhi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshcasper%2Fvyaadhi/lists"}