-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client side symptom classification algorithm #35
Comments
Comment Updated
|
@codeanticode this seems is similar to your research. We are trying to classify user reported symptom (fever >38 / 100, Cough, sore throat, shortness of breath) based on risk (high risk symptoms, low .. etc.) |
@cankisagun Apologies. Other obligations prevented me from posting some content. Hopefully things will slow down this weekend and I'll be able to contribute. To be clear, you're looking for hoping to categorize a user's risk based on his/her signs/symptoms (SS), correct? |
@kistn010, yes that's the idea. The goal of this is to report to individuals not only diagnosed patients around them but also users who show high risk symptoms |
Understood.
The majority of people who contract the virus experience only mild symptoms (if any at all). Thus, focusing on signs/symptoms may fail to differentiate.
I think greater gain would come from stratifying users based on their exposure (to the virus/infected person). This is a primary issue given the amount of asymptomatic transmission that's occurring (sp., people worldwide are transmitting the disease without even knowing they're infected). If individuals know the level of risk associated with a particular exposure, it should be easier for them to quarantine more quickly/responsibly (despite being asymptomatic).
…On Sat, Apr 4, 2020 at 2:55 PM cankisagun ***@***.***> wrote:
@kistn010 <https://github.com/kistn010>, yes that's the idea.
@codeanticode <https://github.com/codeanticode> is also working on a
similar algorithm to classify the risk of symptoms.
The goal of this is to report to individuals not only diagnosed patients
around them but also users who show high risk symptoms
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKPYK7UHWI7OKLGQAAF56ETRK6GC3ANCNFSM4LXBURJQ>
.
--
*Brett M Kistner*
*Doctor of Pharmacy*
*University of Minnesota*
*P (309) 360 8672*
*E [email protected] <[email protected]>*
|
@cankisagun sorry for the slow reply. I have worked on some diagnosis/prognosis prediction models for Ebola with similar sign & symptom data as the input. Logistic regression models are a common choice for kind of prediction tasks. |
This issue builds on Issue #34
Given 40% of Covid19 carriers have only mild symptoms and may not have tested, it's important to identify interactions with these individuals as well.
In order to reduce the data load on SafeTrace API, we propose to run a classification on self reported symptoms (with output high risk symptoms, medium risk symptoms and low risk symptoms) on the client side and pass user status to SafeTrace API
Next step: Determine client side algorithm based on issue #5
Requirements: The algorithm needs to be written in Javascript to run on the client-side
The text was updated successfully, but these errors were encountered: