Auto insight
Auto insight allows you to easily identify how one state of a variable differs from the others. For example if a model contains a variable Purchase with states True and False, we might be interested in how Purchase=True differs from Purchase=False. For a mixture model, one cluster might perform much better or worse than others, so we might be interested in how this cluster differs from the others.
The auto insight viewer allows us to easily identify the key differentiators, which can be sorted by Difference in order to detect the largest patterns, or lift to identify anomalies.
Once the first key differentiating states have been identified, you can then click on one of these states in a pane in the viewer, and the calculations will be repeated, this time with additional evidence set on that state.
Use network evidence
When Use network evidence is selected, any evidence set on the network before opening the auto insight viewer will be used in the subsequent calculations.
Selection likelihood
When a state is clicked in a pane, the likelihood is displayed which includes the path clicked to get to this state, and any network evidence.
Output columns
- Target variable: The variable whose states you are analyzing.
- Target state: This is the target variable state you are comparing to all the other states of the target variable.
- Test variable: A variable which may or may not change significantly between Target Variable=Target State & Target Variable = NOT Target State.
- Test state: The test variable state whose change we may be interested in
- Distance: The distance between the test distribution from when Target Variable=Target State and when Target Variable = NOT Target State.
- Difference: The difference (for discrete states only) between the test state from when Target Variable=Target State and when Target Variable = NOT Target State.
- Lift: The lift (for discrete states only) between the test state from when Target Variable=Target State and when Target Variable = NOT Target State.
- Probability: P(Test), the probability of the Test State, without evidence set on the Target.
- Probability | Target: P(Test|Target), the probability of the Test State, with evidence set on this Target state.
- Target: P(Target|Test), the probability of the Target State given the Test state.