Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NER] add support for predict_proba #2773

Merged
merged 1 commit into from
Jan 28, 2023
Merged

Conversation

cheungdaven
Copy link
Contributor

Description of changes:
Now, we can get the detailed probabilities for NER output, using

predictions = predictor.predict_proba(data)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@cheungdaven cheungdaven requested review from sxjscience and zhiqiangdon and removed request for sxjscience January 27, 2023 23:41
Copy link
Collaborator

@sxjscience sxjscience left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@zhiqiangdon zhiqiangdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link

Job PR-2773-f58f7d1 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-2773/f58f7d1/index.html

@cheungdaven cheungdaven merged commit a40abdb into autogluon:master Jan 28, 2023
@cheungdaven cheungdaven deleted the bio branch March 15, 2023 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants