File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -788,7 +788,9 @@ class labels (multi-output problem).
788
788
789
789
`oob_decision_function_` : array of shape = [n_samples, n_classes]
790
790
Decision function computed with out-of-bag estimate on the training
791
- set.
791
+ set. If n_estimators is small it might be possible that a data point
792
+ was never left out during the bootstrap. In this case,
793
+ `oob_decision_function_` might contain NaN.
792
794
793
795
References
794
796
----------
@@ -1064,7 +1066,9 @@ class labels (multi-output problem).
1064
1066
1065
1067
`oob_decision_function_` : array of shape = [n_samples, n_classes]
1066
1068
Decision function computed with out-of-bag estimate on the training
1067
- set.
1069
+ set. If n_estimators is small it might be possible that a data point
1070
+ was never left out during the bootstrap. In this case,
1071
+ `oob_decision_function_` might contain NaN.
1068
1072
1069
1073
References
1070
1074
----------
You can’t perform that action at this time.
0 commit comments