| MSE | 0.000966 |
|---|---|
| r2 | 0.867530 |
| mean_residual_deviance | 0.000966 |
| public ModelMetrics makeModelMetrics( Model m, Frame f) { | |
| double mse = _sumsqe / _wcount; | |
| double meanResDeviance = _sumdeviance / _wcount; //mean residual deviance | |
| return m._output.addModelMetrics(new ModelMetricsRegression( m, f, mse, weightedSigma(), meanResDeviance)); | |
| } |
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.