Weather Prediction AI Model

Weather Prediction

Forecasting Temperature, Humidity & Rain

Tech

Python NumPy Pandas Scikit-Learn

This project trains models to predict rainfall probability and forecast temperature and humidity. It uses feature engineering on historical weather data and classical ML models for robust, interpretable predictions.

Features

  • Binary rainfall prediction.
  • Temperature and humidity regression forecasts.
  • Data preprocessing and feature selection pipeline.