diff --git a/README.md b/README.md index 15b0c8b..b25d18c 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Heart Disease Prediction System using machine learning ->The aim of this project is to predict heart disease using data mining techniques and machine learning algorithms.This project implements 4 classificiation models using scikit-learn: Logistic Regression, Naïve Bayes, Support Vector Classifier and Decision Tree Model to investigate their performance on heart disease datasets obtained from the UCI data repository. +# Heart and Kidney Disease Prediction System using machine learning +>The aim of this project is to predict heart disease using data mining techniques and machine learning algorithms.This project implements 4 classificiation models using scikit-learn: Logistic Regression, Naïve Bayes, Support Vector Classifier,KNN, Nerual Network and Decision Tree Model to investigate their performance on heart and kidney disease datasets obtained from the UCI data repository. -All the machine learning features can be viewed here: [Machine Learning features](predict_risk/machine_learning_models) +All the machine learning features can be viewed here: [Machine Learning features for Heart](predict_risk/machine_learning_models) and [Machine Learning features for Kidney](predict_risk_1/machine_learning_models) It supports following features: @@ -9,17 +9,12 @@ It supports following features: * Viewing and Editing Profile * User can enter the values of various parameters on the basis of which his risk factor will be calculated using machine learning algorithms. -

- -

+

-

- -