rasahq/Rasa NLU Evaluation Results Comparison

A GitHub action to compare Rasa NLU Evaluation results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nlu_result_filesThe json report files that should be compared and the labels to associate with each of them. The report from which diffs should be calculated should be listed first. All results must be of the same type (e.g. intent classification, entity extraction). Labels for files should be unique.For example: `intent_report.json=1 second_intent_report.json=2`. Do not put spaces before or after the = sign. Label values with spaces should be put in double quotes. For example: `previous_results/DIETClassifier_report.json="Previous Stable Results" current_results/DIETClassifier_report.json="New Results"` yes
json_outfileFile to which to write combined json report (contents of all result files).nocombined_results.json
html_outfileFile to which to write HTML table. File will be overwritten unless `append_table` is specified.noformatted_compared_results.html
table_titleTitle of HTML table.no
label_nameType of labels predicted in the provided NLU result files e.g. 'intent', 'entity', 'retrieval intent'.no
metrics_to_diffMetrics to consider when determining changes across result sets.no
metrics_to_displayMetrics to display in resulting HTML table.no
metric_to_sort_byMetrics to sort by (descending) in resulting HTML table.no
display_only_diffDisplay only labels with a change in at least one metric from the first listed result set. Default is false. no
append_tableWhether to append the comparison table to the html output file, instead of overwriting it. If `true` not specified, html_outfile will be overwritten. no
style_tableWhether to add CSS style tags to the html table to highlight changed values. Not compatible with Github Markdown format. Set to `true` to use. no

no outputs