Hi,
I'm trying to get the label data from the dataset when the dataset is TSDatasetH.
When I do using these codes:
label_df = dataset.prepare("test", col_set="label")
It returns a qlib.data.dataset.TSDataSampler.
I need a dataframe. How can I get label dataframe when the dataset is TSDatasetH?
Thx,
Song
Hi,
I'm trying to get the label data from the dataset when the dataset is TSDatasetH.
When I do using these codes:
It returns a qlib.data.dataset.TSDataSampler.
I need a dataframe. How can I get label dataframe when the dataset is TSDatasetH?
Thx,
Song