how should i deal with severe imbalanced data in time series forecasting?
i have :
0 : 366000 rows
1 : 6000 rows
-1 : 7000 rows
m
Marco
09/16/2024, 12:45 PM
For forecasting, it shouldn't matter.
y
Yahya Mesleh
09/17/2024, 11:20 AM
I'm trying to capture the trends, so I convert it from regression into classification. but the model cannot capture the tends. mostly classifies 0's only