Bovojon / AI_Decision_Trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LabC decision-tree-learning algorithm

  • The datasets are in the Data folder.
  • The main code for the program is in the DecisionTree folder.
  • To run the decision-tree-learning algorithm on the datasets, run main.py using Python3 and pass in the path to the dataset file as an argument. For example:
python main.py Data/pets.txt
  • That will output the constructed decision tree.
  • This file runs on tools.cs.earlham.edu.

About


Languages

Language:Python 100.0%