snorkelflow.client.metrics
Metric related functions.
Functions
| Add a metric from the node's settings. |
| Remove a metric from the node's settings. |
| Returns a metrics DataFrame for given prediction from candidate extractor against ground truth. |
| Returns a metrics DataFrame after scoring two columns from a DataFrame. |
| Return specified metrics for a model. |
| List available metrics which can be passed to get_model_metrics. |
| Register a user-defined metric to available metrics. |
| Tune decision threshold on ground truth in valid split given predicted_labels and predicted_probs. |