File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ def predict_proba(self, X):
477477
478478        Returns 
479479        ------- 
480-         X  : array-like, shape = [n_samples, n_classes] 
480+         T  : array-like, shape = [n_samples, n_classes] 
481481            Returns the probability of the sample for each class in 
482482            the model. The columns correspond to the classes in sorted 
483483            order, as they appear in the attribute `classes_`. 
@@ -514,7 +514,7 @@ def predict_log_proba(self, X):
514514
515515        Returns 
516516        ------- 
517-         X  : array-like, shape = [n_samples, n_classes] 
517+         T  : array-like, shape = [n_samples, n_classes] 
518518            Returns the log-probabilities of the sample for each class in 
519519            the model. The columns correspond to the classes in sorted 
520520            order, as they appear in the attribute `classes_`. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments