public class ScoringInfo
extends water.Iced
| Modifier and Type | Field and Description |
|---|---|
boolean |
classification |
hex.ScoreKeeper |
scored_train |
hex.ScoreKeeper |
scored_valid |
long |
this_scoring_time_ms |
long |
time_stamp_ms |
long |
total_scoring_time_ms |
long |
total_setup_time_ms |
long |
total_training_time_ms |
hex.AUC2 |
training_AUC |
boolean |
validation |
hex.AUC2 |
validation_AUC |
hex.VarImp |
variable_importances |
| Constructor and Description |
|---|
ScoringInfo() |
| Modifier and Type | Method and Description |
|---|---|
static water.util.TwoDimTable |
createScoringHistoryTable(ScoringInfo[] scoringInfo,
hex.Model.Parameters params,
hex.Model.Output output,
boolean autoencoder) |
public long time_stamp_ms
public long total_training_time_ms
public long total_scoring_time_ms
public long total_setup_time_ms
public long this_scoring_time_ms
public boolean classification
public hex.AUC2 training_AUC
public hex.AUC2 validation_AUC
public boolean validation
public hex.VarImp variable_importances
public hex.ScoreKeeper scored_train
public hex.ScoreKeeper scored_valid
public static water.util.TwoDimTable createScoringHistoryTable(ScoringInfo[] scoringInfo, hex.Model.Parameters params, hex.Model.Output output, boolean autoencoder)