Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customized predictive algorithm #8

Open
hectoritr opened this issue Jun 15, 2022 · 2 comments
Open

Customized predictive algorithm #8

hectoritr opened this issue Jun 15, 2022 · 2 comments
Assignees

Comments

@hectoritr
Copy link
Contributor

hectoritr commented Jun 15, 2022

Each user has its own cache.
The dropdown should show the user customized model (Whatsapp)

@lopezjuanma96
Copy link

lopezjuanma96 commented Aug 30, 2022

To Do List:

Client Side:

  • add Dropdown for user specific models (we can add Whatsapp source, for example) @asimjawad OR in the same dropdown identify user specific models (couldbe same color as cache predictions)
  • Identify cache predictions with a specific style. @asimjawad
  • Add a parameter N to control how much of the prediction is based on cache, this can be, for example, every N model predictions shown one cache prediction is shown until cache is emptied. @asimjawad (see image Below)

Request Object:

  • use UID from Firebase Authentication in userName key @asimjawad

Server Side:

  • re-structure cache to have model-specific and general cache (maybe a cloud function can be runned weekly to find predictions present in all model-specific cache for one user and add them to the general one, that will appear for all caches) @lopezjuanma96
  • use UID to get the user specific cache prediction @lopezjuanma96
  • use UID to get the user specific model list (for Dropdown) @lopezjuanma96
  • use UID to get the user specific model prediction @lopezjuanma96
  • validate UID with Firebase Authentication on server? @lopezjuanma96

Response Object:

@lopezjuanma96
Copy link

Sin título
An example of what we could do changing the parameter N for the influence of cache in the predictions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants