Open dbuscombe-usgs opened 2 months ago
Hi Daniel, thank you for your comments. I’ll look into the issue, but in the meantime, I recommend using my Python package 'sert', which I developed to simplify the installation and application of the model. Here’s the link to the package:
Hi Amin, thanks! I managed to install that package and ran the toy examples with no problem. I would be trialing the multivariate forecasting model for time-series imputation
I will be in touch again if I have any more questions. Thanks again for the help
Hi, I'd like to report what I think is a bug, when calling
build_strats
https://github.com/Aminsn/SERT2023/blob/35b6d1ad455a7cb3fc0a0cc0462cef7d1e9e272e/Simulation_study/model_fitting.py#L1777 inputs are called, and their names differ from the 6 defined in the function https://github.com/Aminsn/SERT2023/blob/35b6d1ad455a7cb3fc0a0cc0462cef7d1e9e272e/Simulation_study/model_fitting.py#L22
so, I'm trying to reconcile
N
,he
, andV
here ...with
num_repeat
andnum_head
defined herethanks! I really appreciate this work - cool paper, too! I'm interested in using these methods for time-series imputations for long-term oceanographic time-series in San Francisco Bay.