I have a collection of images, for example, cats and dogs. I also have a CSV accompanying this. The CSV has metadata for the images like the weight of the animal.
I have made a classifier for the cats VS dogs images. How can I use the CSV with the metadata to improve this classifier? Do I need to make a separate classifier for the metadata and combine these two classifiers?
Sorry if this is a stupid question but I can't find anything online and I don't even know the term for what I am looking for.
Thank you for taking the time to read this