Weather forecast data

A classification workflow to predict rainfall (“Rain” vs. “no rain”) from meteorological features.

Back to All Projects

Project Overview

The notebook loads weather_forecast_data.csv with pandas and inspects its structure (6 columns: Temperature, Humidity, Wind_Speed, Cloud_Cover, Pressure, Rain) over 2,500 entries It prints summary statistics via .describe() and the first few rows to understand distribution and class balance.
The target Rain is label-encoded, and numeric features are standardized with StandardScaler before model development.

Category
Data Analysis
Completion Date
October 2024
Technologies
Python 3 & Jupyter Notebook pandas matplotlib scikit-learn
File Preview (View Only)