b-sw / magic-mushrooms

Prediction of mushroom edibility using ID3 algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

Authors

Piotr Frątczak

Bartosz Świtalski

Description

Przewidywanie czy grzyb jest jadalny przy użyciu własnej implementacji algorytmu ID3. Testy binarne. Przed rozpoczęciem realizacji projektu proszę zapoznać się z zawartością strony.

Run guide

/magic-mushrooms

cd magic-mushrooms/
python3 main.py <file> <index> <separator> 
<k> <runs>

file - file to read data from (inside data/ directory)
index - position of the classifier in the attributes
separator - separator used in the file
k - value of k for k-fold cross-validation
runs - number of test runs, average outcome of all the test runs will be displayed

About

Prediction of mushroom edibility using ID3 algorithm.

License:MIT License


Languages

Language:Python 100.0%