Closed Meng6 closed 3 years ago
Thanks @Meng6 Can you check the tests, please? They are falling for activity recognition
Thank you @JulioV. Weiyu is working on the testing results currently. Will let you know once it is done.
Hi @JulioV, the testing results, example workflow, and docs were updated. Could you please double check when you are free? Thanks!
Hi @JulioV, we just found that there might be an issue when time segment is very small. I split the [DATA_YIELDED_HOURS_RATIO_THRESHOLD]
parameter into two parameters: DATA_YIELD_UNIT
and [DATA_YIELD_RATIO_THRESHOLD]
. I also updated the docs as you suggested. Could you double check the latest docs? If it is good, I can merge it back to the develop branch! Thank you!
Hi @JulioV, we just found that there might be an issue when time segment is very small. I split the
[DATA_YIELDED_HOURS_RATIO_THRESHOLD]
parameter into two parameters:DATA_YIELD_UNIT
and[DATA_YIELD_RATIO_THRESHOLD]
. I also updated the docs as you suggested. Could you double check the latest docs? If it is good, I can merge it back to the develop branch! Thank you!
Let's cheange DATA_YIELD_UNIT
to DATA_YIELD_FEATURE
and possible values to RATIO_VALID_YIELDED_HOURS
& RATIO_VALID_YIELDED_MUNUTES
Other than this and the comment above, it's ready
Updated the code for data cleaning:
Need to do before merging: