Skip to content

test_target #14

Description

@kaisarprima

Hello Mingjun, I want to ask. Why on this line you use

data_frame = pd.read_csv(directory, nrows=self.__crop, skiprows=0, header=0) test_input = np.round(np.array(data_frame.iloc[:, 0], float), 6) test_target = np.round(np.array(data_frame.iloc[self.__window_offset: -self.__window_offset, 1], float), 6)

instead of

test_target = np.round(np.array(data_frame.iloc[:, 1], float), 6)

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