From ac1297d946b9b0c878eec145be9e89436e4f1e78 Mon Sep 17 00:00:00 2001 From: Charles Beauville Date: Thu, 4 Jul 2024 16:04:35 +0200 Subject: [PATCH] docs(examples:skip) Fix README metadata (#3711) --- dev/build-example-docs.py | 1 + examples/vertical-fl/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/build-example-docs.py b/dev/build-example-docs.py index f5d422db5903..367994708bf9 100644 --- a/dev/build-example-docs.py +++ b/dev/build-example-docs.py @@ -104,6 +104,7 @@ "Oxford Flower-102": "https://www.robots.ox.ac.uk/~vgg/data/flowers/102/", "SpeechCommands": "https://huggingface.co/datasets/google/speech_commands", "Titanic": "https://www.kaggle.com/competitions/titanic", + "Waltons": "https://lifelines.readthedocs.io/en/latest/lifelines.datasets.html#lifelines.datasets.load_waltons", } diff --git a/examples/vertical-fl/README.md b/examples/vertical-fl/README.md index e106a24e8654..ab5d2210d8d5 100644 --- a/examples/vertical-fl/README.md +++ b/examples/vertical-fl/README.md @@ -1,7 +1,7 @@ --- title: Vertical FL Flower Example tags: [vertical, tabular, advanced] -dataset: [Titanic | https://www.kaggle.com/competitions/titanic] +dataset: [Titanic] framework: [torch, pandas, scikit-learn] ---