This repository contains a Jupyter Notebook (PCOS.ipynb
) for analyzing a dataset related to Polycystic Ovary Syndrome (PCOS).
The dataset includes information on various patients, with both PCOS and non-PCOS cases.
The PCOS.ipynb
notebook includes:
- Data loading and initial exploration
- Preprocessing steps
- Statistical analysis of PCOS vs. non-PCOS patients
- Visualization of key features
- Logistic Regression model for PCOS prediction
To use this notebook:
- Ensure you have Jupyter Notebook or JupyterLab installed
- Open
PCOS.ipynb
in your Jupyter environment - Run the cells sequentially to reproduce the analysis
- Python 3.x
- Jupyter Notebook
- Common data science libraries (pandas, numpy, matplotlib, etc.)