EnyanDai/GANF

Test and validation dataset for traffic data overlap.

Opened this issue · 1 comments

test_df = df.iloc[int(0.75*len(df)):]

Probably test_df = df.iloc[int(0.875*len(df)):] is the correct line here?