File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 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).
788788
789789    `oob_decision_function_` : array of shape = [n_samples, n_classes] 
790790        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. 
792794
793795    References 
794796    ---------- 
@@ -1064,7 +1066,9 @@ class labels (multi-output problem).
10641066
10651067    `oob_decision_function_` : array of shape = [n_samples, n_classes] 
10661068        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. 
10681072
10691073    References 
10701074    ---------- 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments