We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf27e4f commit 5ddd4c9Copy full SHA for 5ddd4c9
adapt/parameter_based/_transfer_tree.py
@@ -36,6 +36,22 @@ class TransferTreeClassifier(BaseAdaptEstimator):
36
----------
37
estimator_ : Same class as estimator
38
Fitted Estimator.
39
+ estimator : sklearn DecsionTreeClassifier
40
+ Transferred decision tree classifier using target data.
41
+
42
+ source_model:
43
+ Source decision tree classifier.
44
45
+ parents : numpy array of int.
46
47
+ bool_parents_lr : numpy array of {-1,0,1} values.
48
49
+ paths : numpy array of int arrays.
50
51
+ rules : numpy array of 3-tuple arrays.
52
53
+ depths : numpy array of int.
54
55
56
Examples
57
--------
0 commit comments