Open dorienh opened 3 years ago
Something seems off with input processing.
X_train gives (on hourly_demo data), gives me a dataframe of 16k rows, like such:
However, looking at the X_file, the second file alone has 27k lines, so the X-train is way too small
In addition, what is the strange index column?
That's a big mistake I think. Will check on it
Something seems off with input processing.
X_train gives (on hourly_demo data), gives me a dataframe of 16k rows, like such:
However, looking at the X_file, the second file alone has 27k lines, so the X-train is way too small
In addition, what is the strange index column?