Skip to content

We use the Breast Cancer Wisconsin Diagnostic Data Set to train and test the model that classifies whether a tumor with certain characteristics is a malignant or a benign tumor.

Notifications You must be signed in to change notification settings

nykolai-d/random-forests-breast-cancer-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

random-forests-breast-cancer-prediction

This code builds a Random Forest Classifier using the Scikit-Learn library.

This is a supervised Machine learning algorithm. It creates a set of decision trees from a randomly selected subset of the training set, based on which it will reach a final prediction.

We use the Breast Cancer Wisconsin Diagnostic Data Set to train and test the model that classifies whether a tumor with certain characteristics is a malignant or a benign tumor

About

We use the Breast Cancer Wisconsin Diagnostic Data Set to train and test the model that classifies whether a tumor with certain characteristics is a malignant or a benign tumor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published