Is your feature request related to a problem? Please describe.
In order to enrich the demographic profile, it would be nice to profile the location of the user, as it is an important factor in the context of mental disorders.
Describe the solution you'd like
Return on the endpoint /profile the result of profiling the location of the user.
We should return two new fields: location and location_score.
location: string with the location of the user (country, continent, zone)
location_score: double with the score prediction
Feel free to discuss and comment on which approach we should follow for profiling the location.
Is your feature request related to a problem? Please describe. In order to enrich the demographic profile, it would be nice to profile the location of the user, as it is an important factor in the context of mental disorders.
Describe the solution you'd like Return on the endpoint /profile the result of profiling the location of the user. We should return two new fields:
location
andlocation_score
.location
: string with the location of the user (country, continent, zone)location_score
: double with the score predictionFeel free to discuss and comment on which approach we should follow for profiling the location.