-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
categorical variables #54
Comments
Hello @freebiesoft, someone has reported (in an archived or open issue) that they tested the TST on purely binary input data, and that it seemed to work well - so that would be an encouraging sign. |
Hi @gzerveas , thanks for the info. My data samples are TCP streams. Each of these TCP streams will belong to a particular class such as VOIP, Chat (applications), Stream, etc., full list can be seen from Service perspective or App perspective here https://user-images.githubusercontent.com/77194157/184114283-3df9b1e3-ccf5-48fa-a81b-21c9a276d606.png. Each TCP stream contains a series of packets in time order. Each packet will have fields such as:
So those fields will essentially be the columns, and each packet in the stream will be a row, and together will form one data sample. |
Hi @freebiesoft, I am facing similar inputs as yours, but not exactly the same. Would you like to discuss about this? my email: [email protected] |
Hi @gzerveas, |
Hi George, I was wondering what your opinion is for using your TST model on multivariate time series datasets with categorical variables? The dataset I have in mind is encrypted network traffic. This would consist of fields such as "Timestamp", "time since last packet", "packet size", "protocol" (categorical), and various binary columns for TCP flags.
Thanks for you hard work, and will look forward to hearing from you :)
The text was updated successfully, but these errors were encountered: