You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exploratory Data Analysis on Haberman's Cancer Survival Dataset
Domain: Healthcare
Type of problem: Binary Classification
Objective: The objective is to use EDA on the independent features to understand their distribution w.r.t target feature to define general conditions that can distinguish between a patient who survived and who didn't.
Approach:
Analyzed High Level Stats of the Dataset.
Performed Univariate Analysis to observe distribution of data - (Plots - Count, Hist, Box, Violin, PDF & CDF)
Performed Bivariate Analysis to observe behaviour of a feature w.r.t other - (Plots - Scatter, Pair, Contour)
Summary and Conclusion.
About
Exploratory Data Analysis on Haberman's Cancer Survival Dataset