how to save svm model data and resuse it ?
coolstudio1678 opened this issue · 2 comments
coolstudio1678 commented
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?