MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / save_to_file

Method save_to_file

python/thundersvm/thundersvm.py:410–411  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

408 return self.dec_values
409
410 def save_to_file(self, path):
411 thundersvm.save_to_file_scikit(c_void_p(self.model), path.encode('utf-8'))
412
413 def load_from_file(self, path):
414 if self.model is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected