rust-ml/linfa

how to save svm model data and resuse it ?

Opened this issue · 0 comments

SVM(Multi) calculation consumes memory and time, so I want to save the model calculation data for subsequent calls, but it seems that SVM does not support the serde feature. How should I save the SVM model data?