From e55bd6af31ea130e2c4d96159f72183c510e5da0 Mon Sep 17 00:00:00 2001 From: Gerard Casas Saez Date: Mon, 17 Apr 2023 17:44:25 -0600 Subject: [PATCH] Add ModelCardGenerator to README (#237) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 842faf77..7636d02b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ tfxa.feast_examplegen.FeastExampleGen(...) * [tfxa.huggingface_pusher](https://github.com/tensorflow/tfx-addons/tree/main/tfx_addons/huggingface_pusher) * [tfxa.message_exit_handler](https://github.com/tensorflow/tfx-addons/tree/main/tfx_addons/message_exit_handler) * [tfxa.mlmd_client](https://github.com/tensorflow/tfx-addons/tree/main/tfx_addons/mlmd_client) +* [tfxa.model_card_generator](https://github.com/tensorflow/tfx-addons/tree/main/tfx_addons/model_card_generator) * [tfxa.pandas_transform](https://github.com/tensorflow/tfx-addons/tree/main/tfx_addons/pandas_transform) * [tfxa.sampling](https://github.com/tensorflow/tfx-addons/tree/main/tfx_addons/sampling) * [tfxa.schema_curation](https://github.com/tensorflow/tfx-addons/tree/main/tfx_addons/schema_curation)