File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed 
examples/gaussian_process Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -392,11 +392,11 @@ Currently transform only works for features X in a pipeline.
392392There's a long-standing discussion about 
393393not being able to transform y in a pipeline.
394394Follow on github issue
395- `#4143<https://github.com/scikit-learn/scikit-learn/issues/4143> `_.
395+ `#4143   <https://github.com/scikit-learn/scikit-learn/issues/4143 >`_.
396396Meanwhile check out
397397:class: `sklearn.compose.TransformedTargetRegressor `,
398- `pipegraph<https://github.com/mcasl/PipeGraph> `_,
399- `imbalanced-learn<https://github.com/scikit-learn-contrib/imbalanced-learn> `_.
398+ `pipegraph   <https://github.com/mcasl/PipeGraph >`_,
399+ `imbalanced-learn   <https://github.com/scikit-learn-contrib/imbalanced-learn >`_.
400400Note that Scikit-learn solved for the case where y 
401401has an invertible transformation applied before training 
402402and inverted after prediction. Scikit-learn intends to solve for
Original file line number Diff line number Diff line change 3333four correct classifications and fails on one. 
3434
3535.. [1] Haussler, D. (1999). Convolution kernels on discrete structures 
36- (Vol. 646). Technical report, Department of Computer Science, University of  
37- California at Santa Cruz. 
36+         (Vol. 646). Technical report, Department of Computer Science, University
37+        of  California at Santa Cruz.
3838""" 
3939print (__doc__ )
4040
Original file line number Diff line number Diff line change @@ -1563,6 +1563,7 @@ class ExtraTreesClassifier(ForestClassifier):
15631563        - the sampling of the features to consider when looking for the best 
15641564          split at each node (if ``max_features < n_features``) 
15651565        - the draw of the splits for each of the `max_features` 
1566+ 
15661567        See :term:`Glossary <random_state>` for details. 
15671568
15681569    verbose : int, optional (default=0) 
@@ -1871,6 +1872,7 @@ class ExtraTreesRegressor(ForestRegressor):
18711872        - the sampling of the features to consider when looking for the best 
18721873          split at each node (if ``max_features < n_features``) 
18731874        - the draw of the splits for each of the `max_features` 
1875+ 
18741876        See :term:`Glossary <random_state>` for details. 
18751877
18761878    verbose : int, optional (default=0) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments