Structural Coefficient
Context
- BayesiaLab utilizes proprietary score-based learning algorithms.
- As opposed to the constraint-based algorithms that use independence tests for adding or removing arcs between nodes, BayesiaLab employs the Minimum Description Length Score (MDL Score) to measure the quality of candidate networks with respect to the available data.
Structural Coefficient
-
In BayesiaLab, the computation of the MDL Score also includes the so-called Structural Coefficient as a weighting factor for the structural component .
-
With that, the MDL Score is calculated using the following formula:
-
As a result, the choice of value for the Structural Coefficient affects the relative weighting of the two components and .
-
You can arbitrarily modify the Structural Coefficient within the range of 0 to 150.
-
, the default value means the components and are weighted equally.
-
reduces the contribution of in the MDL Score formula and, thus, allows for more "structural complexity."
-
increases the contribution of in the MDL Score formula, i.e., it penalizes "structural complexity", forcing a simpler model. \
-
There is another way to interpret the Structural Coefficient , which can help understand its role in learning a Bayesian network.
-
Weighting with a factor is equivalent to changing the original number of observations N in a dataset to a new number of observations N′:
-
An value of 0 would be the same as having an infinite number of observations . As a result, the MDL Score would only be based on the fit component of the score, i.e., , and BayesiaLab's structural learning algorithms would produce a fully connected network.
-
At the other extreme, an value of 150 would massively favor the simplest possible network structures as the new equivalent number of observations would only 1/150th of .
-
It is perhaps more intuitive to consider the new number of observations N′ as weighted counts of the actual observations . For instance, is equivalent to counting all observations twice.
-
From a practical perspective, the Structural Coefficient can be considered a kind of "significance" threshold for structural learning.
- The higher you set the value, the higher the threshold for discovering probabilistic relationships. Conversely, the lower you set the value, the lower the discovery threshold and the weaker probabilistic relationship would still be found and represented by an arc.
- Reducing α can be helpful if you have a small dataset from which you want to learn a model. Perhaps at the default value, , the learning algorithm would not find any arcs.
- However, choosing too low a value might result in "overfitting", i.e., learning "insignificant" relationships, in other words, discovering patterns in what turns out to be mere noise.
- BayesiaLab can help reduce the risk of overfitting with the Structural Coefficient Analysis feature.