Commit History

add new metric timestamp_delta
a50fad5

svenwey commited on

remove temporary print
195e582

svenwey commited on

add temporary printing of pred-len
cfb39ec

svenwey commited on

test len instead of comparing to empty list
781f224

svenwey commited on

don't require space before & after
b8bf7c3

svenwey commited on

remove print-stmts
32c8ba1

svenwey commited on

add a sacrebleu on the cleaned log-messages (ints and floats replaced by tokens)
81740ff

svenwey commited on

remove printing
4873587

svenwey commited on

bug fix (logical mistake)
b6570bd

svenwey commited on

make logentries same length before computing linecontent-scores. Remove jaccard
b705ef3

svenwey commited on

we don't need the duration in the metric
88e224c

svenwey commited on

fix div by 0 in smape-score by replacing all zeroes in denominator with 1
279e629

svenwey commited on

edge case where union is 0 for jaccard
009c9e0

svenwey commited on

typo fix
e0b17bb

svenwey commited on

edge case when in getLineContentScore both args are [], sacrebleu doesn't work properly
23b4a0b

svenwey commited on

decompose metrics into components
37ee0fe

svenwey commited on

bug fix (take ["score"] from metric result)
502c950

svenwey commited on

remove dev assert
9cb7c62

svenwey commited on

go back to sacrebleu for in-lines computation
a23e88d

svenwey commited on

revert changes
ededaca

svenwey commited on

only compute sacrebleu once
1f7e97c

svenwey commited on

change in-sentence metric to sacrebleu
a18a36b

svenwey commited on

also allow timestamp to be encompassed in []
b7d851e

svenwey commited on

remove assertion which was for testing purposes
907d4a9
verified

svenwey commited on

use jaccard again for log-message comparison
aa85c6a

svenwey commited on

try edit-distance
9ad5350

svenwey commited on

fix typo
f07bac5

svenwey commited on

put functions outside of getLogMetric for increased efficiency
0b41e7e

svenwey commited on

implement jaccard-similarity + length difference score as similarity score for log-messages
e306ff9

svenwey commited on

various cleanups
796bd91

svenwey commited on

make computation of bleu_scores once for all prediction-references outside of loop for efficiency
41ade47

svenwey commited on

Update README.md
73e4b59
verified

svenwey commited on

add some print statements for simple debugging, change to char-based tokenization
59248ff

svenwey commited on

add sacrebleu to dependencies
c9350c0

svenwey commited on

fix typo
1ef8255

svenwey commited on

remove sacrebleu from parameters of _compute
838a5f0

svenwey commited on

adapt logmetric to also make local per-logmsg test using sacrebleu
e25b5dd

svenwey commited on

reflect updates in readme
7c61712

svenwey commited on

no changes, to test if app works still if hf space is in private mode
5832d50

svenwey commited on

rename return fields for clarity
c290545

svenwey commited on

Update requirements.txt
20a5af9
verified

svenwey commited on

Rename logscoremetric.py to logmetric.py
e9f8d41
verified

svenwey commited on

Update README.md
a73a1f6
verified

svenwey commited on

Update app.py
a6ef9e3
verified

svenwey commited on

remove the part which computes the sacrebleu-metric
0927b89

svenwey commited on

added more fine-grained timing
ac839ac

svenwey commited on

precompile timestamp_regex
3484514

svenwey commited on

add early return if there are no timestrings in pred and ref
4843304

svenwey commited on

revert precompilation of timestamp regex due to error
e9cffd2

svenwey commited on

precompile timestamp_regex
b341fbf

svenwey commited on