I have a list of courses in Excel Spreadsheet contains two 4 columns, about 500 courses (row)
- Course ( String like : English )
- Min date (date format like : 01-01-2021)
- Deadline (date format like : 01-12-2022)
- Perfect time (date format like : 01-03-2021)
I'm looking for a solution to predict the predict time by sending mindate & deadline params.
What tools can I use to perform that ? is Google Vertex AI good to do that ? or should I use something else ?