From d0e47c683115cf0474fbeb28a655efaad98191c3 Mon Sep 17 00:00:00 2001 From: bluesheeptoken Date: Fri, 26 Apr 2019 17:54:32 +0200 Subject: [PATCH] Added precision in the README on how to tune CPT --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9adfb03..3034167 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,8 @@ You can not yet retrieve automatically all similar sequences with the noise redu ### Tuning -CPT has 3 meta parameters that need to be tuned. You can check how to tune them in the [documentation][1]. +CPT has 3 meta parameters that need to be tuned. You can check how to tune them in the [documentation][1]. To tune you can use the `model_selection` module from `sklearn`, you can find an example [here][3] on how to. [1]: https://cpt.readthedocs.io/en/latest/ [2]: https://github.com/bluesheeptoken/CPT#tuning +[3]: https://cpt.readthedocs.io/en/latest/example.html#sklearn-example