Skip to content

This is the code for machine learning algorithm for ID3 algorithm.

Notifications You must be signed in to change notification settings

ShawnWuzh/Decision_Tree_ID3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

About this code

This code is written in Python, it is the code for decision-tree.

How to use this code

just run command as follows:

python3 create_ID3_tree(the_file_name)

NOTE: the_file_name is the CSV format data

The output of the code

The output of the code is a dictionary representing a Tree.

About

This is the code for machine learning algorithm for ID3 algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages