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

Output prediction probs #175

Merged
merged 6 commits into from
Aug 24, 2023
Merged

Output prediction probs #175

merged 6 commits into from
Aug 24, 2023

Conversation

wonjininfo
Copy link
Member

Added feature to output probability scores for test dataset. If output_prob flag is set, output file includes model's prediction probability columns.

Copy link
Contributor

@tmills tmills left a comment

Choose a reason for hiding this comment

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

We discussed in hackathon to refactor as an optional output_probs argument to write_predictions_for_dataset(), it should be False by default, give a warning for non-classification tasks, and just write a slightly different string if output_probs is true.

@tmills tmills merged commit 7cd79ea into dev-v0.7.0 Aug 24, 2023
3 checks passed
@tmills tmills deleted the output-prediction-probs branch August 24, 2023 18:39
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.

2 participants