Coders Packet

Packets submitted by Nihal Chandra

Breast Cancer Prediction in Python using Machine Learning

This project is used to predict whether the Breast Cancer is Benign or Malignant using various ML algorithms.

Image Compression in Python using K-Means Clustering

Implementation of the K-Means Clustering algorithm to compress images by keeping only the most useful 'k' colors of an image.

Indian Premier League (IPL) Analysis and Match Prediction in Python

Exploratory Data Analysis of IPL Matches to extract useful information and match prediction using the Decision Tree Classifier.