Repository files navigation Weather-Forecast-Analysis
Raw weather test dataset
Contains original, unprocessed weather records
Used as input for cleaning and preprocessing
2. Weather_Test_Data_Cleaned.csv
Cleaned version of the test dataset
Missing values handled
Data formatted and prepared for analysis or modeling
3. Weather_Data_Sampled_500 (1).csv
Randomly sampled subset (500 records)
Useful for faster experimentation and prototyping
Reduces computation time for testing models
4. Weather_Data_Undersampled.csv
Undersampled dataset
Helps address class imbalance (if present)
Suitable for training machine learning models
Python
Pandas – data manipulation
NumPy – numerical operations
Matplotlib / Seaborn – data visualization
Jupyter Notebook / Google Colab – analysis environment
Load raw weather data
Clean and preprocess the dataset
Create sampled and undersampled versions
Perform exploratory data analysis (EDA)
Prepare data for forecasting or machine learning models
Clone the repository:
git clone https://github.com/iamkarandeepsingh/Weather-Forecast-Analysis.git
cd Weather-Forecast-Analysis
You can’t perform that action at this time.