Siyu Yu (Youth Yu)
Siyu Yu (Youth Yu)
We have updated some parameters in the code, so the results obtained by running the code are slightly different from the results in the paper, but the average GA should...
"Accuracy" and "F1 score" are obtained by calling the evaluate function in Logpai. In fact, "Accuracy" in LogPai is GA. I re-implemented a GA function to get "Group Accuracy". The...
Thanks for your interest. I reviewed this part of the code carefully, it is about parent node update. These codes are used to implement the functionality where all the words...
Thanks a lot for inviting me. Once I'm done with the Brain project setup, I'll go ahead and upload it to LOGPAI.
Hello! Thanks for your interest in our work. You may split your large dataset into mutilple small chunks to solve memory issue. Since I have used Brain as a preprocessing...
This reported issue seems not very clear. Could you please provide more context?
Investigating the relevant code sections carefully, I understand why it went wrong. You are using the code of this repositry. This issue is caused by the design of Brain.parse() →...
Your may refer to Brain in LOGPAI, self.df_log is a dataframe to save parsed results
You can try splitting the data set into small enough chunks until you don't get any memory errors. If your PC has more memory, Brain will be able to parse...
Helllo! I have reviewed your comments, but I can not found the Semlog code on my local PC and provide you with train,py right now. Moreover, I have indeed been...