brodderickrodriguez / amino_acid_id3

An implementation of the ID3 algorithm using an amino acid dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

------------------
Usage Instructions
------------------

Mac & Linux:
you can use the run.sh Bash Shell Script to run this project: `bash ./run.sh`

Python version support:
Our program has been verified on Python 3.6.6 and 3.7.2 BUT does not
run on 2.7.14. Please note the 'python3' call below in 'To run'


To run:

Option 1:
		Use the Bash Shell Script: `bash ./run.sh`
		This has preprogrammed python3 commands with
		filepaths predefined for easy running.

Option 2:
		Manually call python3: `python3 ./main.py`

About

An implementation of the ID3 algorithm using an amino acid dataset.


Languages

Language:Python 99.9%Language:Shell 0.1%