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)
- Host: GitHub
- URL: https://github.com/mateuseap/decision-tree
- Owner: mateuseap
- Created: 2023-03-30T15:16:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T23:58:35.000Z (about 3 years ago)
- Last Synced: 2025-02-12T03:51:28.930Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)