HarishGuragol / Decision-Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of Decision-Tree Algorithm

Decision Tree

A decision tree is a flowchart-like structure in which each internal node represents a "test" on an attribute (e.g. whether a coin flip comes up heads or tails), each branch represents the outcome of the test, and each leaf node represents a class label (decision taken after computing all attributes).

DataSet used is the list of Analysis of Drug to a specific disease

About


Languages

Language:Jupyter Notebook 100.0%