scicloj / scicloj.ml.tribuo

Use Tribuo ML model in metamorph.ml
Eclipse Public License 1.0
12 stars 1 forks source link

tribuo models are not writable / readable with nippy #5

Open behrica opened 1 month ago

behrica commented 1 month ago

This should be rather easy posisble by using: https://tribuo.org/learn/4.3/javadoc/org/tribuo/Model.html#serializeToStream(java.io.OutputStream) and https://tribuo.org/learn/4.3/javadoc/org/tribuo/Model.html#deserializeFromStream(java.io.InputStream)

to convert from/to byte array and store that in the model-map

see how scicloj.ml.smile does it the same way.