File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,9 @@ class DummyClassifier(BaseEstimator, ClassifierMixin):
7171    n_outputs_ : int, 
7272        Number of outputs. 
7373
74-     outputs_2d_ : bool, 
75-         True if the output at fit is 2d, else false. 
76- 
7774    sparse_output_ : bool, 
7875        True if the array returned from predict is to be in sparse CSC format. 
7976        Is automatically set to True if the input y is passed in sparse format. 
80- 
8177    """ 
8278
8379    def  __init__ (self , strategy = "stratified" , random_state = None ,
@@ -390,9 +386,6 @@ class DummyRegressor(BaseEstimator, RegressorMixin):
390386
391387    n_outputs_ : int, 
392388        Number of outputs. 
393- 
394-     outputs_2d_ : bool, 
395-         True if the output at fit is 2d, else false. 
396389    """ 
397390
398391    def  __init__ (self , strategy = "mean" , constant = None , quantile = None ):
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments