├── .github └── workflows │ └── python-package-conda.yml ├── Actual vs Predicted plot (Random Forest).png ├── Age Distribution by Disease Status Analysis.png ├── Age vs. Enzyme Levels Analysis.png ├── Bilirubin Levels Analysis.png ├── Correlation Between Bilirubin and Enzymes Analysis.png ├── Gender Distribution Analysis.png ├── Liver Enzymes Analysis.png ├── Liver_Disease_Prediction_Using_Machine_Learning_Report.pdf ├── Project (Indian Liver Patient).py ├── Protein Levels Analysis.png └── README.md /.github/workflows/python-package-conda.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/.github/workflows/python-package-conda.yml -------------------------------------------------------------------------------- /Actual vs Predicted plot (Random Forest).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Actual vs Predicted plot (Random Forest).png -------------------------------------------------------------------------------- /Age Distribution by Disease Status Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Age Distribution by Disease Status Analysis.png -------------------------------------------------------------------------------- /Age vs. Enzyme Levels Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Age vs. Enzyme Levels Analysis.png -------------------------------------------------------------------------------- /Bilirubin Levels Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Bilirubin Levels Analysis.png -------------------------------------------------------------------------------- /Correlation Between Bilirubin and Enzymes Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Correlation Between Bilirubin and Enzymes Analysis.png -------------------------------------------------------------------------------- /Gender Distribution Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Gender Distribution Analysis.png -------------------------------------------------------------------------------- /Liver Enzymes Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Liver Enzymes Analysis.png -------------------------------------------------------------------------------- /Liver_Disease_Prediction_Using_Machine_Learning_Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Liver_Disease_Prediction_Using_Machine_Learning_Report.pdf -------------------------------------------------------------------------------- /Project (Indian Liver Patient).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Project (Indian Liver Patient).py -------------------------------------------------------------------------------- /Protein Levels Analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/Protein Levels Analysis.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KumudRanjan4295/Liver_Disease_Prediction_Using_Machine_Learning/HEAD/README.md --------------------------------------------------------------------------------