Hello all,
First of all thanks to Zindi and Antonio for the interesting comeptition. And Congrats to the winners.
I have a simple question regarding labeling the data.
There are some files that have data_rate = 0 just before the fault. How did you guys label these files as the data_rate can't be < 0 for the critical case.
I labeled them as 1 if data_rate remains 0 during fault and labeled as 0 if the data_rate > 0.
I am curious about top approaches.