logpai / loglizer

A machine learning toolkit for log-based anomaly detection [ISSRE'16]
MIT License
1.27k stars 423 forks source link

y_train sum statement was causing errors. y_train moved inside if statement #69

Closed ashokrayal closed 4 years ago

ashokrayal commented 4 years ago

Fixes #67

y_train print statement was outside of block which was causing errors.

Moved the statement if statement. It should fix the bug.

ashokrayal commented 4 years ago

@jimzhu @JinYang88 please review and merge the pull request.