Skip to content

Are there any example notebooks showing training an AssertionLogReg annotator and using a pretrained one? #273

Discussion options

You must be logged in to vote

Can you try --->
assertionStatus = AssertionLogRegApproach()
.setLabelCol("label")
.setInputCols("document", "chunk", "embeddings")
.setOutputCol("assertion")
.setMaxIter(100) # default: 26

Replies: 1 comment

Comment options

JustHeroo
Aug 23, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by JustHeroo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant