Spaces:
Sleeping
Sleeping
shooting trouble
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from pandas.tseries.offsets import BDay
|
|
18 |
from datasets import load_dataset
|
19 |
|
20 |
# If the dataset is gated/private, make sure you have run huggingface-cli login
|
21 |
-
dataset = load_dataset("boomsss/SPX_full_30min")
|
22 |
|
23 |
def walk_forward_validation(df, target_column, num_training_rows, num_periods):
|
24 |
|
|
|
18 |
from datasets import load_dataset
|
19 |
|
20 |
# If the dataset is gated/private, make sure you have run huggingface-cli login
|
21 |
+
dataset = load_dataset("boomsss/SPX_full_30min", split="train")
|
22 |
|
23 |
def walk_forward_validation(df, target_column, num_training_rows, num_periods):
|
24 |
|