How to add new document type to existing ML Classification

I have already built and trained a ML Classification, and have used it successfuly for a few months now. We would like to add a new document type to the classification, but I’m unsure on how to do so.

@Aidan_Long

Welcome to the community

  1. Add the new doc type also to dataset and label or annotate it
  2. Then run the train pipeline again on minor version 0 will all the data again

Cheers