loelschlaeger / fHMM

Hidden Markov models for finance
https://loelschlaeger.de/fHMM/
GNU General Public License v3.0
16 stars 8 forks source link

Error in fit_hmm(controls, events) : Id invalid. (S.1) #47

Closed roywwei closed 3 years ago

roywwei commented 3 years ago

Run github instance, error reported

loelschlaeger commented 3 years ago

Thanks. Which model did you specify? You can run fHMM::exception("S.1") to get suggestions for debugging. In this case, it seems that a model with the same id already exists in your path. Try running fit_hmm(controls=list("id"="new")).

roywwei commented 3 years ago

c

Thank you for your prompt reply and problem solved.