jassinm

Results 3 comments of jassinm

I would be very interested in how to distributed training in pomegranate using `summarize` and `from_summarize` with other backends. I tried this with spark for HMM baum-welch: ``` s1 =...

would love this for pandas

on apple m1 I got it working by - installing [tensorflow metal](https://makeoptim.com/en/deep-learning/tensorflow-metal) (see) - removing tensorflow line from requirements.txt and setup.py - update `COMPILE_LINK_ARGS` to `COMPILE_LINK_ARGS = ['-O3', '-mcpu=apple-m1', '-mtune=native']`...