haifengl / smile

Statistical Machine Intelligence & Learning Engine
https://haifengl.github.io
Other
5.97k stars 1.13k forks source link

On version 3.0.0 Scala, how to serialise a model to a file or over a network ? #736

Closed ceecer1 closed 1 year ago

ceecer1 commented 1 year ago

On prior version, there seems to be a method called 'write' to write a binary model file, but in the latest version 3.0.0, it does not seem to be the case.

haifengl commented 1 year ago

smile.write(object, filepath)