Skip to content

Commit 537e7d6

Browse files
Add BaseAdaptEstimator
Add BaseAdaptEstimator as parent for TransferForest
1 parent 6e8bc2c commit 537e7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapt/parameter_based/_transfer_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ def _strut(self,X_target_node,Y_target_node,node=0,no_prune_on_cl=False,cl_no_pr
10091009

10101010

10111011

1012-
class TransferForestClassifier:
1012+
class TransferForestClassifier(BaseAdaptEstimator):
10131013
"""
10141014
TransferForestClassifier
10151015

0 commit comments

Comments
 (0)