Model your data as a series of process observations or measures that are associated with an outcome of interest. Compose each observation (row) as a common set of features (aka., independent variables or factors). Both features and outcomes are either numerical (age, HbA1c, BP, etc.), binary (yes/no, true/false, etc.) or categorical (Gender, Service line , Floor unit, Shift, DRG, etc.).
Provide a CSV file with a header row labeling each column.
Sample Table:
INDEX | COL1 | COL2 | COL_n |
ROW_1 | Red | Hot | Early |
ROW_2 | Yellow | Cold | Late |
ROW_n | Yellow | Cold | On-Time |
We engineer features, as needed, to remove noise and improve the quality of findings and predictive models.
Using your domain knowledge we select the data columns of interest for processing
We auto-tune the machine learning to your data so that turnaround times can be exceedingly fast.
You receive a list of the top anomalies rated by confidence
You are provided with a chart that profiles factors associated with the top anomalies. This allows for generation of simple process decisioning rules fostering implementation of realtime corrective process interventions.
We provide ranges of numerical values that are contributing factors.