FeedbackGeneral.json#

Computes feedback for general data.

This templates performs a list of general-purpose feedback operations for each data row. This includes:

  • Outlier Ratio (by Z scores)

  • Missing data ratio (ratio of Nan values)

  • Value Count: Counts the number of different values in a data row.

Parameters#

  • input_name: The name of the data rows to compute the feedback for. If None, then the feedback is computed for all data rows.

Task Lists#

  • Main:

    The default operation list.