• Laurae's avatar
    Switch RMSE to MSE (true L2 loss) (#408) · ba99bcdd
    Laurae authored
    * RMSE (L2) -> MSE (true L2)
    
    * Remove sqrt unneeded reference
    
    * Square L2 test (RMSE to MSE)
    
    * No square root on test
    
    * Attempt to add RMSE
    ba99bcdd
metric.cpp 1.63 KB