Hi,
I am planning to develop an anomaly detection model with HTM.
Most of the examples given in the repo are performing anomaly detection where the input is a single column of numerical quantities.
But In my case, I am thinking of developing an anomaly detection model where each row will be a combination of numerical and categorical variables. I sort of want to combine them into a single encoding and do anomaly detection at a record level.
Are there any examples similar to this particular use case, or any articles I can look at to get started on this front.
-Thanks,
Satyam