How would I use Arima to predict given two time stamps
I am trying to predict the next job cycle finishing time given two columns, the start_time (the start time of the current job) and end_time(when that job finishes running).
I am trying to predict the next job cycle finishing time given two columns, the start_time (the start time of the current job) and end_time(when that job finishes running).