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

Unable to find a shape calculater for CRF

Open florianbussmann opened this issue 4 years ago • 2 comments

MissingShapeCalculator: Unable to find a shape calculator for type '<class 'sklearn_crfsuite.estimator.CRF'>'. It usually means the pipeline being converted contains a transformer or a predictor with no corresponding converter implemented in sklearn-onnx.

florianbussmann avatar Feb 27 '20 14:02 florianbussmann

skl2onnx doesn't implement sklearn_crfsuite yet.

prabhat00155 avatar Mar 03 '20 07:03 prabhat00155

Any plans to implement sklearn_crfsuite in skl2onnx?

trtm avatar Apr 14 '20 07:04 trtm