Semlog
Semlog copied to clipboard
Self-Supervised Log Parsing Using Semantic Contribution Difference
Results
2
Semlog issues
Sort by
recently updated
recently updated
newest added
could you give train code? hello, how to train? there is no train introduction, thank you
After inputting the code below: import Semlog as SB import pandas as pd dataset = 'openstack_abnormal' print('Hello') SB. parse = SB.format_log( log_format=setting['log_format'], indir= dataset) form = parse.format(dataset+'.log') I receive the...