Dataset
File Used: weather.csv Contains weather-related features including MinTemp and MaxTemp.
Objective:
To analyze the relationship between minimum and maximum temperatures and build a linear regression model that can predict the maximum temperature from the minimum temperature.
How to Run:
-Upload your weather.csv dataset to your working directory or Google Colab session. -Run climat_change.py or open the original .ipynb notebook version. -Ensure required libraries are installed: pip install pandas numpy matplotlib seaborn scikit-learn