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