コード例 #1
0
ファイル: __init__.py プロジェクト: pquentin/sparkit-learn
 def to_scikit(self):
     new = RandomForestClassifier()
     new.__dict__ = self.__dict__
     return new
コード例 #2
0
 def to_scikit(self):
     new = RandomForestClassifier()
     new.__dict__ = self.__dict__
     return new