This is a decision tree for sleep disorder detection, which was used in an Artificial Intelligence class taken in my Master's Degree.
To run this project locally, you need to:
- Install and define a venv:
pip install virtualenv
virtualenv myenv- Install dependencies
pip install pandas scikit-learn dtreeviz- Then run:
#To prepare the dataset before running the main script
python fix-data.py
# To run the main script
python script.pyYou check the results on result.txt
This repository is using Gitflow Workflow and Conventional Commits, so if you want to contribute:
- create a branch from develop branch;
- make your contributions;
- open a Pull Request to develop branch;
- wait for discussion and future approval;
I thank you in advance for any contribution.
Finished