Introduction - Loading Dataset
  • Setting up Colab Environment
  • Importing and downloading python libraries
  • Downloading Dataset from Kaggle [Part 1]
  • Downloading Dataset from Kaggle [Part 2]
EDA - Exploratory Data Analysis
  • Data Analysis [Part 1] - Summary Statistics
  • Data Analysis [Part 2] - Dropping The Column With All Missing Values
Data Visualization
  • Display A Count Of Malignant (M) Or Benign (B) Cells
  • Pair Plot - Plot Pairwise Relationships In A Dataset
  • HeatMap - Get The Correlation Of The Columns
Dataset Manipulation on ML Algorithms
  • Scaling The Dataset - Feature Scaling
Create Function For Three Different Models
  • Building Logistic Regression Classifier
  • Building Decision Tree Classifier
  • Building Random Forest Classifier
Evaluate the performance of the model
  • Evaluate the performance of the model
  • Model Accuracy On Confusion Matrix
  • Model Prediction Vs. Actual Prediction