Predicting Cancer with Logistic Regression in Python
Let's jump into the analysis by pulling in the data and importing necessary modules. Each row is a patient and each column contains a descriptive attribute. Class (Y) describes if the patient has no cancer (0) or has cancer (1). The next 4 columns are the protein levels found in that patient's bloodstream. We can retrieve some basic information about the sample from the describe method.
Jul-12-2019, 06:38:55 GMT