0

It is one of the use case of my application. I am feeding location details(latitude, longitude, time) at every 5 minutes to VESPA. How VESPA can predicate the HOME and WORK address on the basis of data I fed into it? Is it possible in VESPA? If YES, How should I write the application for it or anything else?

Mohammad Sunny
  • 371
  • 1
  • 3
  • 15

1 Answers1

0

I guess you'd need to train a ml model for this. Vespa can not help you with that, but it can execute those models query time if you need that (which seems unlikely to me since these predictions only change when the addresses (of users I assume) change).

Jon
  • 2,043
  • 11
  • 9