Skip to content

nyerva/Machine-Learning-Breast-Cancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

machine-learning-breast_tumor

Breast cancer early stages detection using machine learning algorithms

installation of required libraries

1. Plotly

plotly.py may be installed using pip...

$ pip install plotly

or conda...

$ conda install -c plotly plotly

1. Sklearn

sklearn may be installed using pip...

$ pip install -U scikit-learn

or conda...

$ conda install scikit-learn

Dataset is provided by sklearn library

You can easily import datasets from sklearn library using...

from sklearn import datasets and then simply load breast_cancer() dataset from sklearn datasets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published