
PROJECT SPECIFICATION
Predict Rainfall Using K-Nearest Neighbors
OVERVIEW
This project implements a K-Nearest Neighbors (KNN) algorithm to predict rainfall based on weather forecast data. It calculates distances using the Minkowski distance formula, splits the dataset into training and testing sets, and evaluates the accuracy of predictions.
TECH STACK
Python