Options

Can I find the optimal variable value that determines the two label values?

kimjkkimjk Member Posts: 19 Maven
Sorry if the sentence was weird.

There is data with 7 variables, and 2 of them are designated as targets (labels) to predict, which I will call convenience A and B.

Predicting A and B can be done without problems using the multi-label modeling operator.

But what I want to do is, for example,

I would like to find the most optimal values of the remaining 5 variables that satisfy the conditions A>10 and B<30.

If there is only one target, this can be easily done using a model simulator's optimizer, etc., but since there are two, I don't know how to try.

Even a little help would be greatly appreciated.

Best Answer

Sign In or Register to comment.