Datalab issue type for null/missing feature values #810
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help-wanted
We need your help to add this, but it may be more challenging than a "good first issue"
New Datalab issue type called something like
null
that checksfeatures
for rows that are entirely missing / null values (across all columns).Those rows should get flagged as
is_null_issue
.The quality score for each row can be the fraction of
features
which are missing in that row.Make sure this issue check does not waste compute time if it is irrelevant, ie. first check that there even exist any missing values in the
features
at all before proceeding further.The text was updated successfully, but these errors were encountered: