Breast cancer early stages detection using machine learning algorithms
plotly.py may be installed using pip...
$ pip install plotly
or conda...
$ conda install -c plotly plotly
sklearn may be installed using pip...
$ pip install -U scikit-learn
or conda...
$ conda install scikit-learn
You can easily import datasets from sklearn library using...
from sklearn import datasets and then simply load breast_cancer() dataset from sklearn datasets