Viewing a single comment thread. View all comments

unofficialmerve OP t1_iz1nurr wrote

I'm not sure but I was told a lot of times that ONNX support for sklearn was sub-par. I haven't researched that one yet. I can ask to maintainers if you're interested.

1

link0007 t1_iz1p01p wrote

I don't use python so no need! I just remember being quite confused when I was learning sklearn and realised saving models or pipelines was weirdly complicated compared to R.

More generally speaking I suppose the RDS data format is pretty great to work with within R.

2

arsenyinfo t1_iz2hxgi wrote

I deployed sklearn models via onnx in two companies, and it works perfect.

1