Views
No views yet
PatchTSTForPrediction model trained to forecast future cross-sectional stock return distributions.siddharthmb/stocks-ohlcvohlcv.csvAAPL, MSFT, AMZN, GOOGL, NVDA, TSLA, AMD, INTC, ADBE, ORCL, CSCO, IBM, JPM, BAC, V, MA, AXP, JNJ, PG, KO1PatchTSTConfig(
2 context_length=512,
3 prediction_length=64,
4 num_input_channels=20,
5 patch_length=16,
6 patch_stride=8,
7 d_model=128,
8 num_hidden_layers=4,
9 num_attention_heads=4,
10 distribution_output="student_t",
11 loss="nll",
12 scaling="std",
13)1{
2 "loss": 40.24222278594971,
3 "mae": 3.3909754753112793,
4 "mse": 15.027800559997559,
5 "directional_accuracy": 0.5080167271784233,
6 "flattened_ic": 0.002849485427271254,
7 "cross_sectional_ic": 0.008907554652154311,
8 "cross_sectional_rank_ic": 0.008295830343493587
9}1{
2 "loss": 38.46169090270996,
3 "mae": 3.328381299972534,
4 "mse": 14.407476425170898,
5 "directional_accuracy": 0.534091938405797,
6 "flattened_ic": 0.00037866420310066716,
7 "cross_sectional_ic": 0.00456014569165105,
8 "cross_sectional_rank_ic": 0.009876399072214697
9}