Issue with ABOD
e101sg opened this issue · 2 comments
e101sg commented
Hi,
Thanks for wonderful tool. I am beginner here. I am trying to run the anomaly detection run in a Debian Honeypot setup. No issues with installation. Zeek also installed and running inside Honeypot environment. When run script with default the PCA algorithm, no issue.
when clf = ABOD()
getting following error.
Hope it is not related to Python version. Honey pot running on Python 3.9.2 . Any thoughts will be highly useful.
Thanks! Cheers!
eldraco commented
Hi @e101sg . Thanks for the issue.
We never tried ABOD(), so I'm not sure what the method needs.
check the documentation for ABOD and see what values it requires. Our tool uses floats for all the numeric features.
Maybe that is not compatible?
e101sg commented
okay. Noted with Thanks.