You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a simple placeholder algorithm for this for now: average the score for each age month, pick the first month with an average score of 3/4 or greater.
Once the website has been populated with the existing data from previous surveys (and possibly some new user data), we should revisit this algorithm and implement the final algorithm to be used in production.
The text was updated successfully, but these errors were encountered:
We have a simple placeholder algorithm for this for now: average the score for each age month, pick the first month with an average score of 3/4 or greater.
mondey/mondey_backend/src/mondey_backend/routers/utils.py
Lines 180 to 223 in 85aadd4
Once the website has been populated with the existing data from previous surveys (and possibly some new user data), we should revisit this algorithm and implement the final algorithm to be used in production.
The text was updated successfully, but these errors were encountered: