Are there any example notebooks showing training an AssertionLogReg annotator and using a pretrained one? #273
Answered
by
JustHeroo
JustHeroo
asked this question in
sparknlp-healthcare
-
Are there any example notebooks showing training an AssertionLogReg annotator and using a pretrained one? |
Beta Was this translation helpful? Give feedback.
Answered by
JustHeroo
Aug 23, 2021
Replies: 1 comment
-
Can you try ---> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustHeroo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try --->
assertionStatus = AssertionLogRegApproach()
.setLabelCol("label")
.setInputCols("document", "chunk", "embeddings")
.setOutputCol("assertion")
.setMaxIter(100) # default: 26