Skip to main content
Version: 0.95

operators.row_filter.TableRowFilter

class operators.row_filter.TableRowFilter(confidence_score=0.9)

A filter that filters out rows without tables. This operator requires the predictions from the TableFeaturizer operator.

Parameters

NameTypeDefaultInfo
confidence_scorefloat0.9The minimum confidence score required for a table to be considered valid.