Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

almeidx/ipv-aid-projeto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent Data Analysis

This repository contains the code for the Intelligent Data Analysis practical project at Instituto Politécnico de Viseu.

Installing dependencies

This project was developed using Python 3.13.1. To install the dependencies, run the following command:

pip install -r requirements.txt

Running

There are two ways of running this project

Using the interactive menu

You can run the project by simply running the main.py file, and it will prompt you with what dataset and method you want to use.

python main.py

Example: Example of the interactive mode

Using CLI flags

The project also has two flags that can be used to specify the dataset (--dataset= or -d) and the method (--method= or -m).

python main.py [-h] [-d {mushrooms,loans}] [-m {naive_bayes,decision_tree,random_forest,knn}]

Example:

python main.py --dataset=mushrooms --method=naive_bayes
# or
python main.py -d mushrooms -m naive_bayes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages