How I can use PyOD with Image and Text data along with other information present in Tabular data?
Hi, I have data of products and for each product, I have images, descriptions (text data), and product attributes like color, size, etc. How can I use PyOD to do anomaly detection with such mix data? And also what would be right step to convert the data in right format so that I can use PyOD with such mix data to perform Anomaly detection.
Thanks