Finding the right method for prediction

I have a two column data which is used for prediction for upcoming data.

The first column has categorical data which includes department names of requirements.
The second column has text data which includes the details of the requirements.
The third column has categorical data which includes department names of implementation of the requirements.

So I have new data in first and second column and predict the third column from historical data.

Which methods should I use to do the prediction?

Hi,
I think the documents provided at this link would be useful:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.