sklearn-crfsuite icon indicating copy to clipboard operation
sklearn-crfsuite copied to clipboard

Multicore Training

Open uwaisiqbal opened this issue 6 years ago • 1 comments

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?

uwaisiqbal avatar Jun 01 '18 14:06 uwaisiqbal

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

simpleParadox avatar Jul 23 '24 21:07 simpleParadox