Skip to content

Commit

Permalink
Added precision in the README on how to tune CPT
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesheeptoken authored Apr 26, 2019
1 parent 9e391b5 commit d0e47c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d0e47c6

Please sign in to comment.