A machine learning model for predicting diabetes based on medical data.
diabetes.csv- Dataset containing medical recordsLogistic_Regression.ipynb- Jupyter notebook with the prediction model
This project uses logistic regression to predict the likelihood of diabetes in patients based on various medical features.
- Open the Jupyter notebook
Logistic_Regression.ipynb - Run the cells sequentially to train and evaluate the model
- Python
- Jupyter Notebook
- pandas, numpy, scikit-learn