🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

vector prediction using neural network

User: "lubomir_karlik"
New Altair Community Member
Updated by Jocelyn
Hi!

I am wondering, if there is a straightforward method how to predict a vector instead of a single value.

Problem: example set = set of regular attributes + set of labels. I need a prediction model that can predict the labeled attribute values.

I have seen some threads here discussing multiple label iterator. but this would mean to handle one model for each predicted attribute. I am aware of the fact that the models predicting single value are simpler, but I would still prefer the vector prediction.

Thank you for response in advance!

Best regards,
Lubomir

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "land"
    New Altair Community Member
    Hi Lubomir,
    there's a VectorLinearRegression available, which can handle multiple labels. If you tune your feature set, LinearRegression will become a very powerfull prediction algorithm.

    Greetings,
      Sebastian
    User: "lubomir_karlik"
    New Altair Community Member
    OP
    Dear Sebastian!

    Thank you very much for the tip! I will try that.

    Best regards,
    Lubomir