Coder Social home page Coder Social logo

decision_tree's Introduction

Decision Tree

Algorithms ID3 and C4.5 were implemented and the codes run with Python >= 2.7

Run

$ python Main.py [-id3|-c45|-c45p] [-t|-d|-i|-o FILE_PATH]

Attribute Description
-id3 Execute the ID3 algorithm
-c45 Execute the C45 algorithm
-c45p Execute the C45 algorithm with pruning
-t FILE Change the default file to train
-d FILE Change the default file used on -c45p
-i FILE File input with examples that you want test
-o FILE File outut with results from examples tested by the algoritm

Config

You always can change the configuration on the Configuration.py

Attribute Default value Description
file_training_url 'data/beach.csv' File to train
file_depurated_url 'data/beach_depurated.csv' File with depurate rows to pruning
file_examples_url 'data/examples.csv' File with examples
file_output_url 'data/output.csv' File output
splitter ',' Split file when find this caracter
unknown_values ['','-','?'] values that describe a empty value
min_error 1.0 min erro to be use at pruning
print_tabs_num 0 used to format the print method tree
num_split_columns 1 number of columns removed (left side) of the file

Notes

the attributes and values are not sensitive

pruning method only work on C45

decision_tree's People

Contributors

glaucomunsberg avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.