I want to implement the Croston method for intermittent demand. I have a data frame that has 10 features and all those have many zeros in them. I want to pass the entire data frame to the Croston model but the model accepts a one-dimensional array. I'm not interested in looping through the model. Is there any way or any other methods that can give forecasts for intermittent demand?.
Thanks in Advance!!