Skip to content

Detects whether the cancerous cell is benign or malignant with the help of decision tree.

Notifications You must be signed in to change notification settings

RishavShah/cancer-detection-using-decision-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cancer-detection-using-decision-tree

Detects whether the cancerous cell is benign or malignant with the help of decision tree. Here there are three python file namely DecisionTree.py , main.py and node.py. DecisionTree.py contain all the functions required to generate decision tree. Node.py keeps the record of child nodes. main.py contains main method which initiates the program.

First run DecisionTree.py then run node.py followed by main.py. This will generate another program named program.py and once you run program.py you get which cell is benign and which is malignant.

Database from UCI repository is used

About

Detects whether the cancerous cell is benign or malignant with the help of decision tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages