rust-ml/linfa

how to save svm model data and resuse it ?

coolstudio1678 opened this issue · 2 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?