Feedback task classes (dqa.tasks.feedback
)#
|
Computes the accuracy of a classification result. |
|
Methods |
|
Determines the rate of values that are equal in a sequence of a specified minimum length. |
|
Computes the rate of missing (nan) data. |
|
Root mean squared error metric of a regression result. |
|
Base class for a feedback operation on one specific data row that is also registered in its metadata. |
|
Counts the number of different values in a data row. |
|
Determines the rate of outliers based on a Z score threshold. |