From 54fbf09322f9bc97e6282608e37aa513831740a0 Mon Sep 17 00:00:00 2001 From: Xueqing Liu Date: Mon, 21 Jun 2021 22:08:24 -0400 Subject: [PATCH] fixing jupyter notebook (#118) --- notebook/research/acl2021.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/research/acl2021.ipynb b/notebook/research/acl2021.ipynb index 5d04654e9..e5f53c556 100644 --- a/notebook/research/acl2021.ipynb +++ b/notebook/research/acl2021.ipynb @@ -786,7 +786,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The validation F1/accuracy we got was 92.3/89.7, where the accuracy outperforms grid search. The test F1/accuracy was 91.1/87.8. As a result, random search with 4*GST and the minimal search space `hpo_space_min` has outperformed grid search. We stop the troubleshooting process. " + "The validation F1/accuracy we got was 93.2/90.4, where the accuracy outperforms grid search. The test F1/accuracy was 90.9/87.4. As a result, random search with 4*GST and the minimal search space `hpo_space_min` has outperformed grid search. We stop the troubleshooting process." ] } ],