oliviermirat / MyAIGuide

Creating AI-based health coaches through crowdsourced health research

Home Page:https://myaiguide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a script similar to the one created in issue 51, but while taking into account the missing data adjustments

oliviermirat opened this issue · comments

After issue 52 is done, we will send the excel file to Participant 2 who will fill it in to adjust for the missing data.
In this issue, we must use the excel file sent back by Participant 2 to adjust for the missing data, then store and plot the data as we did in issue 51.

Just to remark that I believe the function manualDataImport from the following script would be useful here to import the data https://github.com/oliviermirat/MyAIGuide/blob/master/src/MyAIGuide/data/manualDataImport.py

@evadatinez : yes, exactly. Thanks for specifying that.