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

Migrate Arc's UD model layer into LocoKit #44

Open
3 tasks
sobri909 opened this issue Sep 21, 2018 · 0 comments
Open
3 tasks

Migrate Arc's UD model layer into LocoKit #44

sobri909 opened this issue Sep 21, 2018 · 0 comments
Assignees

Comments

@sobri909
Copy link
Owner

Arc keeps an extra layer of activity type ML models than LocoKit. The extra layer being the user's own personal models, based on their own type confirmations / corrections.

  • In LocoKit the tree is GD2 -> GD1 -> GD0 (neighbourhood -> city -> world).
  • In Arc the tree is UD2 -> GD2 -> GD1 -> GD0 (personal neighbourhood -> shared neighbourhood -> city -> world).

So that UD2 layer needs to be migrated into LocoKit.

This will also open the door for doing custom activity types directly in LocoKit (and also in Arc).

Todos

  • Migrate UserActivityType upstream
  • Migrate UserActivityTypeClassifier upstream
  • Migrate UserTimelineClassifier upstream
@sobri909 sobri909 self-assigned this Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant