From be1f1b0bc668f7d9bfcdc4a36d7ff63eceea5a9c Mon Sep 17 00:00:00 2001 From: Gene Date: Mon, 15 Jan 2024 11:28:40 +0800 Subject: [PATCH] [DOC] add the dependency in readme --- examples/dataset_table_workflow/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/dataset_table_workflow/README.md b/examples/dataset_table_workflow/README.md index a9f6677..83094f5 100644 --- a/examples/dataset_table_workflow/README.md +++ b/examples/dataset_table_workflow/README.md @@ -69,6 +69,16 @@ In the following figure, we present the loss curves for the user's self-trained ## Reproduction +### Installation + +To reproduce the above experiment, you need to install the necessary dependencies on top of the environment of `learnware` package. The specific commands are as follows: + +```bash +python -m pip install -r requirements.txt +``` + +### Run the code + Run the following command to get the table results in `Homogeneous Cases`: ```bash