Module: tfma.post_export_metrics
Stay organized with collections
Save and categorize content based on your preferences.
Library containing helpers for adding post export metrics for evaluation.
These post export metrics can be included in the add_post_export_metrics
parameter of Evaluate to compute them.
Functions
auc(...)
: This is the function that the user calls.
auc_plots(...)
: This is the function that the user calls.
calibration(...)
: This is the function that the user calls.
calibration_plot_and_prediction_histogram(...)
: This is the function that the user calls.
confusion_matrix_at_thresholds(...)
: This is the function that the user calls.
example_count(...)
: This is the function that the user calls.
example_weight(...)
: This is the function that the user calls.
fairness_auc(...)
: This is the function that the user calls.
fairness_indicators(...)
: This is the function that the user calls.
mean_absolute_error(...)
: This is the function that the user calls.
mean_squared_error(...)
: This is the function that the user calls.
precision_at_k(...)
: This is the function that the user calls.
recall_at_k(...)
: This is the function that the user calls.
root_mean_squared_error(...)
: This is the function that the user calls.
squared_pearson_correlation(...)
: This is the function that the user calls.
Other Members |
DEFAULT_KEY_PREFERENCE
|
('logistic', 'predictions', 'probabilities', 'logits')
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[],null,["# Module: tfma.post_export_metrics\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/model-analysis/blob/v0.46.0/tensorflow_model_analysis/post_export_metrics/post_export_metrics.py) |\n\nLibrary containing helpers for adding post export metrics for evaluation.\n\nThese post export metrics can be included in the add_post_export_metrics\nparameter of Evaluate to compute them.\n\nFunctions\n---------\n\n[`auc(...)`](../tfma/post_export_metrics/auc): This is the function that the user calls.\n\n[`auc_plots(...)`](../tfma/post_export_metrics/auc_plots): This is the function that the user calls.\n\n[`calibration(...)`](../tfma/post_export_metrics/calibration): This is the function that the user calls.\n\n[`calibration_plot_and_prediction_histogram(...)`](../tfma/post_export_metrics/calibration_plot_and_prediction_histogram): This is the function that the user calls.\n\n[`confusion_matrix_at_thresholds(...)`](../tfma/post_export_metrics/confusion_matrix_at_thresholds): This is the function that the user calls.\n\n[`example_count(...)`](../tfma/post_export_metrics/example_count): This is the function that the user calls.\n\n[`example_weight(...)`](../tfma/post_export_metrics/example_weight): This is the function that the user calls.\n\n[`fairness_auc(...)`](../tfma/post_export_metrics/fairness_auc): This is the function that the user calls.\n\n[`fairness_indicators(...)`](../tfma/post_export_metrics/fairness_indicators): This is the function that the user calls.\n\n[`mean_absolute_error(...)`](../tfma/post_export_metrics/mean_absolute_error): This is the function that the user calls.\n\n[`mean_squared_error(...)`](../tfma/post_export_metrics/mean_squared_error): This is the function that the user calls.\n\n[`precision_at_k(...)`](../tfma/post_export_metrics/precision_at_k): This is the function that the user calls.\n\n[`recall_at_k(...)`](../tfma/post_export_metrics/recall_at_k): This is the function that the user calls.\n\n[`root_mean_squared_error(...)`](../tfma/post_export_metrics/root_mean_squared_error): This is the function that the user calls.\n\n[`squared_pearson_correlation(...)`](../tfma/post_export_metrics/squared_pearson_correlation): This is the function that the user calls.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Other Members ------------- ||\n|------------------------|----------------------------------------------------------|\n| DEFAULT_KEY_PREFERENCE | `('logistic', 'predictions', 'probabilities', 'logits')` |\n\n\u003cbr /\u003e"]]