fixing jupyter notebook (#118)

This commit is contained in:
Xueqing Liu 2021-06-21 22:08:24 -04:00 committed by GitHub
parent d40993d920
commit 54fbf09322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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."
]
}
],