Luna-DroMo / luna_backend

1 stars 0 forks source link

Modelling - GET Endpoint - Student #46

Open Dennis-Perrett opened 6 months ago

Dennis-Perrett commented 6 months ago

Implementation of an Endpoint that returns the model output data (stored in a table) for a specific student.

An array of length t is more than adequate.

hcagatayyilmaz commented 5 months ago

This task is about returning modelling data according to student info right

Dennis-Perrett commented 5 months ago

Yeah. So input should be:

students: list of student IDs Modules: list of module IDs

returns: array of dropout risks for each student*module combination

maybe if you want to get advanced, an input for aggregation. ie average per class, per student, or 1 total average. But we can also do this on frontend if necessary. I assume it saves time though if we do it on the backend.