AI algorithm model that outputs a list of unknown length

I have a dataset with the following x columns:

  1. date
  2. time
  3. is_weekend
  4. is_holiday
  5. start_intersection
  6. end_intersection

The output is a list of intersections, that connect start_intersection with end_intersection. The list is essentially the shortest paths from start to finish

Is there any graph ai models that can generate such shortest path?

Topic graph-neural-network ai linear-regression python

Category Data Science

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.