AI algorithm model that outputs a list of unknown length
I have a dataset with the following x columns:
- date
- time
- is_weekend
- is_holiday
- start_intersection
- 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