Exemplo n.º 1
0
 def to_scikit(self):
     new = RandomForestClassifier()
     new.__dict__ = self.__dict__
     return new
Exemplo n.º 2
0
 def to_scikit(self):
     new = RandomForestClassifier()
     new.__dict__ = self.__dict__
     return new