Beat the Weatherman

Develop a model to predict the temperature in Charlotte, NC for the next 2 months.

Python Loading

import pandas as pd

# Load the dataset
df = pd.read_csv('Charlotte.csv')

# Display first few rows
print(df.head())

MATLAB Loading

% Load the dataset
opts = detectImportOptions('Charlotte.csv');
data = readtable('Charlotte.csv', opts);

% Display first few rows
disp(head(data))

Submit Your Model

Upload your predictions CSV. The file must contain 3 columns for day, time, and predicted temperatures corresponding to the next 60 days starting on 12:00 AM day 1828 (Sanity check: it should have 1440 rows).

Submit Predictions

Upload your CSV file containing temperature predictions.

Drag & drop or click to upload

Leaderboard

Top performing models ranked by 2-month RMSE (ºC)

RankTeam10 Day RMSE1 Month RMSE2 Month RMSE
No submissions yet. Be the first!