Minimalist Aesthetic Slideshow by Slidesgo
Minimalist Aesthetic Slideshow by Slidesgo
Patterns
Analysis
and
Prediction
Devanandan Nishad
22.12.2024
INTRODUCTI
ON
Objective:
o Analyze weather patterns using EDA.
o Predict rain presence using K-NN
o Group weather patterns using K-Means
clustering
Dataset Overview:
o Records: 730 entries.
o Features: 9
o Tools used: Python (Pandas, matplotlib,
Orange,)
E.D.A
EXPLORATION DATA ANALYSIS (E.D.A)
Key findings,
● Highest Temperature:45℃
● Average Humidity:36%
Details:
New Record: 06-Jan-2019 with temperature = 20°C,
humidity = 60%.
Nearest Neighbors: List the three closest records
by date 31-Jan-2015, 29-Jan-2017, and 14-Jan-2016.
Prediction: 0 (no rain)
Methodology:
K-Means
Clustering
o Steps:
o Initialization: Start with two initial cluster centers
(records from 01-Jan-2015 and 02-Jan-2015).
o Assignment: Assign each record to the nearest
cluster center.
o Recomputing: Calculate new centroids based on
cluster members.
Results: K-Means Clustering
Details:
o Distance calculations for
specific records 12-Jan-2016.
o Final cluster assignments and
recomputed centroids.
Insights and Learnings
Takeaways:
Recommendations:
Summary:
Implications: