Skip to content

Mamatha07-T/WeatherPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Weather Prediction System using Machine Learning

Project Overview

This project predicts weather conditions using historical meteorological data. The goal of the project is to analyze weather patterns and build a machine learning model that can predict weather-related outcomes based on different environmental factors.

The project demonstrates the complete machine learning workflow including data preprocessing, model training, evaluation, and visualization.


Dataset

The dataset contains historical farm weather data with the following features:

  • Date – Observation date
  • MaxT – Maximum temperature
  • MinT – Minimum temperature
  • WindSpeed – Wind speed recorded
  • Humidity – Humidity percentage
  • Precipitation – Rainfall measurement

This dataset helps the model learn relationships between temperature, humidity, wind speed, and rainfall patterns.


Technologies Used

  • Python
  • Pandas
  • NumPy
  • Scikit-learn
  • Matplotlib
  • Jupyter Notebook / Google Colab

Machine Learning Workflow

  1. Data Collection
  2. Data Cleaning and Preprocessing
  3. Feature Selection
  4. Model Training using Scikit-learn
  5. Model Evaluation
  6. Data Visualization

Run the Project

You can run this project directly on Google Colab:

Open in Google Colab

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors