Skip to content

Training with future data? #4

@mimugara

Description

@mimugara

code
data = self.factor_data[:, idx: idx + self.look_back_window, :]

shouldn't be date = self.trade_dates.iloc[idx+self.look_back_window]

instead of
date = self.trade_dates.iloc[idx]?

Is the training window set with future data?

Metadata

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