How to store the preprocessed data and use it again during classification?

preethy
preethy New Altair Community Member
edited November 5 in Community Q&A
Hello,

I have 11 categories and close to 16000 text documents each of small size. I have done a preprocessing on the training data and have stored the example sets for each category separately in the repository.  I want to use them for classification. How shall I do this?
Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Why don't you simply retrieve them and model it?

    If needed you can load a datafile containing the repository names and use Loop Values to automate the 11 modelling processes.

    Cheers,

    Martin