Results 4 comments of John Pavlik

Payload-Byte is very specific to running on CIC-IDS 2017 and UNSW NB-15. You'll either have to make your inputs look exactly like UNSW NB-15 or go through the code line-by-line...

@Aaqi123 I'm not Yasir but I've used Payload-Byte and helped solve some of the other issues with it. 1. Yes for the UNSW dataset. 2. The features file is in...

@Aaqi123 The 1.0 release is somewhat out of date, which it looks like you are using. I suggest downloading the latest version of the main branch and seeing if that...

I found some additional information. Streamlit `@st.cache.data` excludes parameter names that begin with an underscore from being hashed. https://docs.streamlit.io/develop/concepts/architecture/caching#excluding-input-parameters So, that is most likely why the create_index function is not...