-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add option to specify --fixed-model-name
#24
base: main
Are you sure you want to change the base?
Conversation
Until this PR is approved, this version of the github action can be used by referencing |
Besides that PR are ignored here: this is a nice feature ! Hopefully somebody can jump in to comment of the future of this repository |
@@ -302,6 +311,15 @@ runs: | |||
OUTPUT="${OUTPUT}\n$(python3 ${{ github.action_path }}/scripts/cross_validation_results.py)" | |||
fi | |||
|
|||
if [[ -f "${{ inputs.workspace }}/${{ inputs.result_directory }}/failed_test_stories.yml" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably based this PR on your other PR. These should be applicable separately.
@@ -51,6 +51,7 @@ def entity_table(): | |||
cols = ["support", "f1-score", "precision", "recall"] | |||
writer.headers = ["entity"] + cols | |||
|
|||
data.pop("accuracy", None) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
Agree with @lumpidu, if you can remove those two blocks from this PR then it will be good to go. |
Yes, the other PR should be reviewed and merged first. |
This implements issue #23.