noedge-bench-baseline / config.json
nexusfinancial-dev's picture
Upload folder using huggingface_hub
bd47749 verified
Raw
History Blame Contribute Delete
334 Bytes
{
"type": "logistic",
"features": [
"ret_lag10",
"ret_lag9",
"ret_lag8",
"ret_lag7",
"ret_lag6",
"ret_lag5",
"ret_lag4",
"ret_lag3",
"ret_lag2",
"ret_lag1",
"win_mean",
"win_std",
"win_signsum",
"win_sum"
],
"K": 10,
"target": "sign(next_return)"
}