add a sacrebleu on the cleaned log-messages (ints and floats replaced by tokens) 81740ff svenwey commited on Sep 24, 2024
make logentries same length before computing linecontent-scores. Remove jaccard b705ef3 svenwey commited on Sep 23, 2024
fix div by 0 in smape-score by replacing all zeroes in denominator with 1 279e629 svenwey commited on Sep 20, 2024
edge case when in getLineContentScore both args are [], sacrebleu doesn't work properly 23b4a0b svenwey commited on Sep 20, 2024
put functions outside of getLogMetric for increased efficiency 0b41e7e svenwey commited on Jun 14, 2024
implement jaccard-similarity + length difference score as similarity score for log-messages e306ff9 svenwey commited on Jun 14, 2024
make computation of bleu_scores once for all prediction-references outside of loop for efficiency 41ade47 svenwey commited on Jun 14, 2024
add some print statements for simple debugging, change to char-based tokenization 59248ff svenwey commited on Jun 14, 2024
adapt logmetric to also make local per-logmsg test using sacrebleu e25b5dd svenwey commited on Jun 13, 2024
no changes, to test if app works still if hf space is in private mode 5832d50 svenwey commited on Jun 13, 2024
add early return if there are no timestrings in pred and ref 4843304 svenwey commited on Jun 13, 2024