""" Train a model to predict breast cancer diagnosis - wdbc.data is a csv of data - wdbc.names gives information on the data Show performance on test set with confusion matrix and ROC curve with area under curve. Try to show everything as a streamlit app! """