TeamHG-Memex / sklearn-crfsuite

scikit-learn inspired API for CRFsuite
426 stars 215 forks source link

Multicore Training #25

Open uwaisiqbal opened 6 years ago

uwaisiqbal commented 6 years ago

Is it possible to use multiple cores while training to speed up the training time. I imagine there must exist some optimisation for the numerical algorithms that can run on multiple cores. Is there of using Wapiti https://github.com/adsva/python-wapiti to speed up training?

simpleParadox commented 3 months ago

I've run this into a similar use case, where parallelization will be useful. Not sure, if there's a solution yet.