"vscode:/vscode.git/clone" did not exist on "fb55d72fcb9096a7a78c523df9f8d711938fc223"
  • shiyu1994's avatar
    [CUDA] Add L2 metric for new CUDA version (#5633) · 6482b47e
    shiyu1994 authored
    * add rmse metric for new cuda version
    
    * add Init for CUDAMetricInterface
    
    * fix lint errors
    
    * fix rmse and add l2 metric for new cuda version
    
    * use CUDAL2Metric
    
    * explicit template instantiation
    
    * write result only with the first thread
    
    * pre allocate buffer for output converting
    
    * fix l2 regression with cuda metric evaluation
    
    * weighting loss in cuda metric evaluation
    
    * mark CUDATree::AsConstantTree as override
    6482b47e
regression_objective.hpp 27.1 KB