I am currently working with my own dataset consisting of traffic volumes recorded at 5 minute intervals. I have data from 2018 to 2020.
I am working on some analysis of the data and I was looking through the Darts documentation here: https://unit8co.github.io/darts/generated_api/darts.utils.statistics.html
I am trying to check for seasonality utilizing the built in check_seasonality
function they have however after reading through the documentation I am still somewhat confused on what my input for m
needs to be? Would an integer input of m=1
mean it is checking for seasonality within 1 day? 1 month? 1 year?