This workspace contains the NAFLD analysis notebook and the dataset CSV used by the notebook.
- Python 3.10 or newer
- Optional: Conda (for the environment.yml path)
- Create and activate a virtual environment.
- Install dependencies:
pip install -r requirements.txt- Launch the notebook:
jupyter notebook NAFLD.ipynb- Create the environment:
conda env create -f environment.yml- Activate it:
conda activate nafld- Launch the notebook:
jupyter notebook NAFLD.ipynb- NAFLD.ipynb: Main analysis notebook
- Data+set+Int+J+Obesity.csv: Input dataset used by the notebook
- requirements.txt / environment.yml: Python dependencies