Submitted by rapp17 t3_zspe6r in MachineLearning
I have a data set with three columns and want to predict a numerical value. The data set is divided into groups such that each group is 50 rows. There is a necessary constraint where the sum of the predicted value in each group of 50 rows must equal the value in one column for that group. What model can I use for this, if any?
Sir-Rhino t1_j1a3o4a wrote
I don't know much about models for tabular data.
That being said, it sounds like you want to pick/select a certain member/item from a group of 50? Instead of predicting the corresponding value, maybe you could just predict the index of that item.
Don't have much more to add. If you provide a bit more context about what you're trying to achieve someone may be able to provide more feedback. BTW this type of post is probably more suited for /r/learnmachinelearning , so try there too.