Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.56k stars 216 forks source link

Add a clone() python method #145

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello everyone,

It could be convenient to add a clone() method like this one from sklearn in order to keep a model during training.

Thank you !

EDIT : Actually I can use sklearn.base.clone in order to do that