Is there a PACF and ACF plot training set for 2DCNN?

Is there a PACF and ACF plot training set for 2DCNN?

Hi Emma, are you looking to create a training set using PACF and ACF plots for a 2D CNN? Please provide more details to the query so I can assist you better.

Yes. I am.

Hi Emma, if you want to use PACF and ACF plots for training set, you can convert these images into 2D arrays suitable for input into a CNN. 

Of course but how would you calculate the lag without going through each one manually? 

Hi Emma,



You can automatically find the best lag using information criteria such as the Akaike Information Criterion (AIC) with the help of Python libraries like statsmodels. These criteria can help you calculate the PACF and ACF values for your time series data without manual inspection.



Could you please provide more details about your problem statement and your approach to using CNN? This will help me assist you better.