An open API service indexing awesome lists of open source software.

https://github.com/mateuseap/decision-tree

Project using a decision tree for discipline IF684 (Intelligent Systems)
https://github.com/mateuseap/decision-tree

Last synced: about 1 year ago
JSON representation

Project using a decision tree for discipline IF684 (Intelligent Systems)

Awesome Lists containing this project

README

          

# Decision Tree

## 🔧 Setup

Before running the project, you must have the following tools installed on your machine:
* [Python v3.11.0](https://www.python.org/downloads/release/python-3110/)

Also, you will need to clone the repository:

```bash
## Cloning the repository
git clone https://github.com/mateuseap/decision-tree
## Entering in the root directory
cd decision-tree
```

## 🚀 How to run

After you've cloned the repository and entered in the root directory, run the following commands:

```bash
cd src
python -m venv dt-venv
.\dt-venv\Scripts\activate
pip install -r requirements.txt
python -m ipykernel install --user --name=dt-venv
```

## 👥 Group

- [Guilherme Morone (gma2)](https://github.com/guimorone)
- [Mateus Elias de Andrade Pereira (meap)](https://github.com/mateuseap)
- [Lucca Morosini Gioia (lmg2)](https://github.com/LuccaMorosiniGioia)
- [Williams Santiago (wssf)](https://github.com/wssantiago)