Upload user_prefs.json with huggingface_hub
Browse files- user_prefs.json +8 -0
user_prefs.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"start_year": 2013,
|
| 3 |
+
"fee_bps": 10,
|
| 4 |
+
"max_epochs": 80,
|
| 5 |
+
"wavelet": "db4 (Daubechies-4)",
|
| 6 |
+
"tsl_pct": 10,
|
| 7 |
+
"z_reentry": 1.0
|
| 8 |
+
}
|