I have some image time series of length 730 time steps. I tried with multiple examples but I still get -2 corresponds to not enough data for a pixel for all pixels.
Could you please help me diagnose the issue?
I tried different values for freq and k in the BFASTMonitor with and without trend. I am working with python backend.
What are the key parameters that are required to be tuned?
I have some image time series of length 730 time steps. I tried with multiple examples but I still get
-2 corresponds to not enough data for a pixel
for all pixels.Could you please help me diagnose the issue?
I tried different values for
freq
andk
in theBFASTMonitor
with and withouttrend
. I am working withpython
backend.n_chunks
inmodel.fit
call?