Prediction of more than 1 output

vaishaks89vaishaks89 Member Posts: 6 Contributor II
Dear all,
I am currently dealing with a problem where I need to predict more than 5 ouputs.
Here the problem is to say which all customers will pay late. The output will be in this format
Pay Band
0-30 days
30-60 days
60-90 days
etc
The data is in the form
Paid_Band  Admin team Admin region Value Band  Suspence    Status          Sector            Organization
30-40            Team1              R1              34$            Contract    Not paid      Medical            Home Medicals
0-30                  T2                  R2              56$            Contract    Paid            Home                Maddy
Right now I am using neural networks for this process. I would be happy to get your suggestions on which operator would be suitable for this type of problem

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    as I wrote in your other thread, you can use the operator Polynominal by Binominal classification if your classification algorithm (Neural Net) only supports binominal labels (like true and false), but your data has polynominal label values (like "0-30 days", "30-60 days" and "60-90 days").

    Best,
    Marius
Sign In or Register to comment.