All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hex.genmodel.attributes.metrics.MojoModelMetricsRegression Maven / Gradle / Ivy

There is a newer version: 3.46.0.5
Show newest version
package hex.genmodel.attributes.metrics;

import hex.genmodel.attributes.SerializedName;

public class MojoModelMetricsRegression extends MojoModelMetricsSupervised {
  public double _mean_residual_deviance;
  @SerializedName("rmsle")
  public double _root_mean_squared_log_error;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy