You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Is there a verbose option?
What is n_chunks in model.fit call?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: