Open behrica opened 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.
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.