This workflow identifies outliers in medical claim data such as claims with an unusual high cost for a certain disease. Firstly, the input data is group by the target column (disease). Secondly, the interquartile range (IQR), i.e. the difference between the 3rd and 1st quartile, is computed for the numerical column in question (cost). Outliers are all records that do not lie inside the permitted interval IQR +/- k*IQR, where the factor k is specified by the analyst. The target and numerical columns can be defined in the configuration dialogs of the components. The lower branch of the workflow is a refinement of this approach and allows for identifying outliers across several target columns e.g. an unusual high/low duration of days staid for a certain disease and payment amount.
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!