fix config

This commit is contained in:
svlandeg 2020-10-26 11:14:34 +01:00
parent 5878ff6bcd
commit 77688b0072

View File

@ -888,9 +888,9 @@ assigns it a name and lets you create the component with
> max_length = 20
>
> [training.score_weights]
> rel_micro_p: 0.0
> rel_micro_r: 0.0
> rel_micro_f: 1.0
> rel_micro_p = 0.0
> rel_micro_r = 0.0
> rel_micro_f = 1.0
> ```
```python