Hi,
thanks for the package and the blog, very informative indeed. I am afraid I get errors importing the lib
pip install git+https://github.com/tr8dr/tseries-patterns
from tseries_patterns.buysell import HawkesBSI, HawkesBVC
ModuleNotFoundError: No module named 'plotnine.utils'
if I change it to plotnine._utils, I see more errors:
ImportError: cannot import name 'Iterable' from 'collections' (/python3.12/collections/__init__.py)
Is this something you can help with please?
ta!