Meng Li

Results 6 comments of Meng Li

Sure, @JulioV. Our interns do not run RAPIDS on WSL. Let's wait for a new report.

Sure, @JulioV. Before debugging, I want to double check the following things with @jenniferfedor: 1. There are two parameters in config.yaml file which might lead to the 1st case you...

Thanks, @jenniferfedor! I think the reason why "`timeoffirstuse` was non-missing while the episodes larger than 300 minutes were dropped" is that we only dropped [episodes dataframe](https://github.com/carissalow/rapids/blob/master/src/features/phone_applications_foreground/rapids/main.py#L126) without updating the [event...

Hi @JulioV, does it mean [IGNORE_EPISODES_SHORTER_THAN](https://github.com/carissalow/rapids/blob/master/config.yaml#L128) and [IGNORE_EPISODES_LONGER_THAN](https://github.com/carissalow/rapids/blob/master/config.yaml#L129) only work when [INCLUDE_EPISODE_FEATURES](https://github.com/carissalow/rapids/blob/master/config.yaml#L114)=True?

Hi @JulioV, besides the locations you mentioned above, is it possible to handle it in R script? For example: [pull_phone_data](https://github.com/carissalow/rapids/blob/master/rules/preprocessing.smk#L15) rule.

Thanks so much for working on this, @jenniferfedor ! As the [`chunk_episodes()`](https://github.com/carissalow/rapids/blob/master/src/features/utils/utils.py#L46) function is also called by other sensors' episode feature extraction scripts, I'm worried that updating this function would...