Skip to content

Duplicate in train and test set #17

Open
@solitaire2015

Description

Hi.
I find the code in data_generator.py line 64: i = np.random.choice(n) ,np.random.choice(n) can produce same choices, it means there would be duplicate data in both training set and test set.

And in line 65, btc_slice = btc_df[i:i + slice_size], there would be some issues if the data slice is not continuous.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions