My senario is: I have different numbers points(x,y,z) for every subject.
for example, for subject1, I have an evaluated value 100, and this subject has 5 points:(1,2,3),(4,2,3),(1,5,4),(3,2,3),(8,2,1).
for subject2, I have an evaluated value 40, and this subject has 2 points:(4,7,3),(2,2,0).
And I have prepared 100 subjects for machine learning.
I have searched for machine learning data model. Generally, the imported data just has one point for each subject, for example x1,x2,x3 =>y. But it doesn't fit my situation.
Does anyone have any ideas?
Thanks.