treeIncludeMissingProvider top-level property

StateProvider<bool> treeIncludeMissingProvider
final

Whether to treat missing values through using surrogates in tree model.

Implementation

final treeIncludeMissingProvider = StateProvider<bool>((ref) => false);