From 8a9baac6a077b1c7f977a41a0949f7b7fd7cfe99 Mon Sep 17 00:00:00 2001 From: mgqa34 Date: Wed, 6 Mar 2024 11:21:43 +0800 Subject: [PATCH] fix tutorial Signed-off-by: mgqa34 --- doc/tutorial/pipeline_tutorial_hetero.ipynb | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/tutorial/pipeline_tutorial_hetero.ipynb b/doc/tutorial/pipeline_tutorial_hetero.ipynb index 5c1d5cce40..b91dcb4395 100644 --- a/doc/tutorial/pipeline_tutorial_hetero.ipynb +++ b/doc/tutorial/pipeline_tutorial_hetero.ipynb @@ -29,7 +29,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "metadata": {}, "outputs": [ { @@ -61,7 +61,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -99,7 +99,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -124,7 +124,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -140,7 +140,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -158,7 +158,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -174,7 +174,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -198,14 +198,14 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 9, "metadata": {}, "outputs": [], "source": [ "evaluation_0 = Evaluation(\"evaluation_0\",\n", " runtime_parties=dict(guest='9999'),\n", " default_eval_setting=\"binary\",\n", - " input_data=lr_0.outputs[\"train_output_data\"])" + " input_datas=lr_0.outputs[\"train_output_data\"])" ] }, { @@ -216,8 +216,8 @@ "\n", " - `psi_0` is responsible for finding overlapping match id\n", " - `lr_0` trains Coordinated LR on data output by `psi_0`\n", - " - `lr_1` predicts with model from `sbt_0`\n", - " - `evaluation_0` consumes `sbt_0`'s prediciton result on training data\n", + " - `lr_1` predicts with model from `lr_0`\n", + " - `evaluation_0` consumes `lr_0`'s prediciton result on training data\n", "\n", "Then compile our pipeline to make it ready for submission." ] @@ -687,7 +687,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.10" + "version": "3.9.7" } }, "nbformat": 4,