Prometeo-Pyrrha icon indicating copy to clipboard operation
Prometeo-Pyrrha copied to clipboard

Data scientist/Analyst: Determine how to customize alerts for each individual firefighter profile

Open krook opened this issue 5 years ago • 2 comments

krook avatar Dec 03 '19 14:12 krook

Note: in order to work out the tech (algos / ML) behind the alerts, we're going to need to do some of the storyboarding described in Issue 89

e.g. (illustrative example) In the command center, an alert goes red for Alfonso. What happens next?

  • Does Alfonso's response depend on knowing what the underlying condition, or conditions were? e.g. will he react differently if ** a sensor just saw a toxic level of NO2 for a few seconds and then stopped ** a firefighter is experiencing a combination of {high temp + CO}? ** a firefighter has been exposed to too much NO2 cumulatively over the last 15 minutes?

Labelling data is one of the big costs in machine learning and the 'type' of explainability required determines how we do the labels (as well as how feedback is gathered at runtime.) e.g. red / yellow /green is simple, but is it sufficiently-explained to enable correct follow-up actions? When context/explanation is essential, we often choose to use machine learning to learn the explanations (like 'critical exposure to NO2 over 15 mins') rather than the decisions ('red: get the firefighter out'). Need to know this up-front, as labelling 100s/1000s of examples is expensive is usually not cost-effective to repeat / fix.

JSegrave-IBM avatar Jun 24 '20 17:06 JSegrave-IBM

I think we'll need to include this in a set of assumptions and future recommendations based on the research we've done.

krook avatar Sep 08 '20 20:09 krook