dropoutts-repro-bundle / claim5_results_OLD_cleanFalse.json
ancs21's picture
Add sensitivity sweep + corrected Claim 5 results
985ece0 verified
Raw
History Blame Contribute Delete
1.14 kB
{
"baseline": {
"strategy": "baseline",
"dataset": "SyntheticTS_noise0.3",
"noise": 0.3,
"output_len": 96,
"train_seconds": 402.4,
"metrics": {
"overall": {
"MAE": 1.1283736251948493,
"MSE": 2.0184343763507147,
"RMSE": 1.420716141826476,
"MAPE": 6.697003878793411,
"WAPE": 1.7542478072732746
}
}
},
"sl": {
"strategy": "sl",
"dataset": "SyntheticTS_noise0.3",
"noise": 0.3,
"output_len": 96,
"train_seconds": 432.4,
"metrics": {
"overall": {
"MAE": 1.002547224478328,
"MSE": 1.5483484688132367,
"RMSE": 1.2443265116895794,
"MAPE": 5.9494445143185635,
"WAPE": 1.5513979755439005
}
}
},
"dropout_sl": {
"strategy": "dropout_sl",
"dataset": "SyntheticTS_noise0.3",
"noise": 0.3,
"output_len": 96,
"train_seconds": 779.4,
"metrics": {
"overall": {
"MAE": 1.0057722430697333,
"MSE": 1.6308889794192647,
"RMSE": 1.2770626401035496,
"MAPE": 6.275392567441335,
"WAPE": 1.5340858478972659
}
}
}
}