PositiveTechnologies / seq2seq-web-attack-detection

The implementation of the Seq2Seq model for web attack detection. The Seq2Seq model is usually used in Neural Machine Translation. The main goal of this project is to demonstrate the relevance of the NLP approach for web security.
MIT License
155 stars 60 forks source link

seq2seq Python3.6 - ROC wrong. #8

Open Tikam02 opened 5 years ago

Tikam02 commented 5 years ago

I changed all python 2 codebase to python 3.And in the last the result of prediction TP : 0 and FP : 0 ROC : 0.5. Is something wrong even after perfect code porting from python to python 3.? How to correct it.?

amurzina commented 5 years ago

hi! Actually we don't know what exactly you've changed, we can just suggest to carefully go through the source code and change all the version specific moments. It's seems something was missed.

kavmax commented 2 years ago

@Tikam02 , hi! Don`t you have this code written with python3? Could you share please if you have?