Skip to content

Commit c3ff4aa

Browse files
author
Charlotte Godley
authored
FIX: add it to dotscience class (#48)
FIX: add it to dotscience class
2 parents cbf4609 + f279d29 commit c3ff4aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dotscience/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,10 @@ def model(self, kind, name, *args, **kwargs):
916916
self._check_started()
917917
return self.currentRun.model(kind, name, *args, **kwargs)
918918

919+
def sklearn_model(self, module, model, name, filename):
920+
self._check_started()
921+
return self.currentRun.sklearn_model(module, model, name, filename)
922+
919923
def add_parameters(self, *args, **kwargs):
920924
self._check_started()
921925
self.currentRun.add_parameters(*args, **kwargs)

0 commit comments

Comments
 (0)