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 would like to modify the below parameters in my algorithm.
'precision'(4): # how many sections to categorize values,
'lag_window_size'(2% of the series length): # lagging window size,
'future_window_size'(2% of the series length): # future window size,
'chunk_size'(2): # chunk size.
How to pack and pass the above parameters in "algorithm_params" variable.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I would like to modify the below parameters in my algorithm.
'precision'(4): # how many sections to categorize values,
'lag_window_size'(2% of the series length): # lagging window size,
'future_window_size'(2% of the series length): # future window size,
'chunk_size'(2): # chunk size.
How to pack and pass the above parameters in "algorithm_params" variable.
Thanks in advance.
The text was updated successfully, but these errors were encountered: