utils/target_missing_values library

Utilities to check for and count missing values in the target variable. Copyright (C) 2025, Togaware Pty Ltd

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://opensource.org/license/gpl-3-0

Authors: Zheyuan Xu

Functions

hasTargetMissingValues(WidgetRef ref) bool
Checks if the target variable has any missing values.
targetMissingNumbeCount(WidgetRef ref) String
Retrieves the count of missing values for the target variable.