I'm researching using the Hidden Markov Model (HMM) as a regime filter (Use Markov models to detect regime changes). Depending on the results of the backtests I may want to use it in production / live trading. There is a library / package "hmmlearn" that can be installed (hmmlearn — hmmlearn 0.3.2 documentation). A couple of questions:
- If I use the "hmmlearn" library in which containers would I need to install it to research and then ultimately use for live trading?
- Does Quantrocket have a similar ML package or alternative approach I should consider?
Thank you.