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.
Leaderboard
Top performing models ranked by 2-month RMSE (ºC)
| Rank | Team | 10 Day RMSE | 1 Month RMSE | 2 Month RMSE |
|---|---|---|---|---|
| No submissions yet. Be the first! | ||||