File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1824,7 +1824,8 @@ void APLRRegressor::abort_boosting_when_no_validation_error_improvement_in_the_l
18241824        if  (no_improvement_for_too_long)
18251825        {
18261826            abort_boosting = true ;
1827-             std::cout << " Aborting boosting because of no validation error improvement in the last "   << std::to_string (early_stopping_rounds) << "  steps.\n "  ;
1827+             if  (verbosity >= 1 )
1828+                 std::cout << " Aborting boosting because of no validation error improvement in the last "   << std::to_string (early_stopping_rounds) << "  steps.\n "  ;
18281829        }
18291830    }
18301831}
Original file line number Diff line number Diff line change 2727
2828setuptools .setup (
2929    name = "aplr" ,
30-     version = "10.4.3 " ,
30+     version = "10.4.4 " ,
3131    description = "Automatic Piecewise Linear Regression" ,
3232    ext_modules = [sfc_module ],
3333    author = "Mathias von Ottenbreit" ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments