forestTooltips top-level property
getter/setter pair
Descriptive tooltips for different algorithm types, explaining the splitting method and potential biases.
Implementation
Map forestTooltips = {
AlgorithmType.conditional: '''
Build multiple decision trees using random samples of
data and features, then aggregate their predictions.
''',
AlgorithmType.traditional: '''
Adjust for covariate distributions during tree construction
to provide unbiased variable importance measures.
''',
};