Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The results will display on the console or to an [MLflow tracking UI](https://ml
{% include programmingLanguageSelectScalaPython.html %}

```python
from sparknlp.eval import *
from sparknlp_jsl.eval import *
```

```scala
Expand Down Expand Up @@ -361,4 +361,4 @@ val posEvaluation = new POSEvaluation(spark, testFile)
posEvaluation.computeAccuracyAnnotator(trainFile, posTagger)
```

</div>
</div>