Skip to content

This is a decision tree for sleep disorder detection, which was used in an Artificial Intelligence class taken in my Master's Degree.

License

Notifications You must be signed in to change notification settings

isadfrn/decision-tree-impl

Repository files navigation

Decision tree for sleep disorder detection

Languages used Repository size Last commit

About

This is a decision tree for sleep disorder detection, which was used in an Artificial Intelligence class taken in my Master's Degree.

Run

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.py

You check the results on result.txt

Contributing

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.

Status

Finished

License

MIT

About

This is a decision tree for sleep disorder detection, which was used in an Artificial Intelligence class taken in my Master's Degree.

Topics

Resources

License

Stars

Watchers

Forks

Languages