this analysis explored the data downloaded from kaggle analysed and presented the data with simple plots using python.
To run these notebooks locally, follow these steps:
-
Clone the repository:
git clone [email protected]:chryshumble/maternal_risk_analysis.git
-
Navigate to the project directory via the terminal or command prompt.
-
Create a new conda environment and install the required dependencies:
conda env create -n <name> -f environment.yml
replacing <name>
with your preferred environment name.
-
Activate the new environment:
conda activate <name>
-
Open Jupyter notebook via anaconda navigator or via the command line:
jupyter notebook
-
Open the desired notebook in your web browser and run the cells.
Please you can contribute by following these steps:
- Fork the repository and create your branch.
- Make your changes and ensure the code follows the project's coding style.
- Test your changes thoroughly.
- Commit your changes.
- Submit a pull request with a clear description of your changes.