Skip to content

Instantly share code, notes, and snippets.

@mn-mikke
Last active September 4, 2020 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mn-mikke/8177b9503bcffb124131c5b8e15b5b46 to your computer and use it in GitHub Desktop.
Save mn-mikke/8177b9503bcffb124131c5b8e15b5b46 to your computer and use it in GitHub Desktop.
Sparkling Water Examples
{
"__meta": {
"schema_version": 3,
"schema_name": "GBMModelV3",
"schema_type": "GBMModel"
},
"model_id": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599228606828_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599228606828_1"
},
"algo": "gbm",
"algo_full_name": "Gradient Boosting Machine",
"response_column_name": "CAPSULE",
"data_frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25317020589",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25317020589"
},
"timestamp": 1599228644142,
"have_pojo": true,
"have_mojo": true,
"parameters": [
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "model_id",
"label": "model_id",
"help": "Destination id for this model; auto-generated if not specified.",
"required": false,
"type": "Key<Model>",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599228606828_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599228606828_1"
},
"input_value": null,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "training_frame",
"label": "training_frame",
"help": "Id of the training data frame.",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25317020589",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25317020589"
},
"input_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25317020589",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25317020589"
},
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "validation_frame",
"label": "validation_frame",
"help": "Id of the validation data frame.",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nfolds",
"label": "nfolds",
"help": "Number of folds for K-fold cross-validation (0 to disable or >= 2).",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_models",
"label": "keep_cross_validation_models",
"help": "Whether to keep the cross-validation models.",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_predictions",
"label": "keep_cross_validation_predictions",
"help": "Whether to keep the predictions of the cross-validation models.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_fold_assignment",
"label": "keep_cross_validation_fold_assignment",
"help": "Whether to keep the cross-validation fold assignment.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "score_each_iteration",
"label": "score_each_iteration",
"help": "Whether to score during each iteration of model training.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "score_tree_interval",
"label": "score_tree_interval",
"help": "Score the model after every so many trees. Disabled if set to 0.",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "fold_assignment",
"label": "fold_assignment",
"help": "Cross-validation fold assignment scheme, if fold_column is not specified. The 'Stratified' option will stratify the folds based on the response variable, for classification problems.",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": null,
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"Random",
"Modulo",
"Stratified"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "fold_column",
"label": "fold_column",
"help": "Column with cross-validation fold index assignment per observation.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [
"training_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"weights_column",
"ignored_columns",
"offset_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "response_column",
"label": "response_column",
"help": "Response variable column.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "ColSpecifierV3",
"schema_type": "VecSpecifier"
},
"column_name": "CAPSULE",
"is_member_of_frames": null
},
"input_value": {
"__meta": {
"schema_version": 3,
"schema_name": "ColSpecifierV3",
"schema_type": "VecSpecifier"
},
"column_name": "CAPSULE",
"is_member_of_frames": null
},
"level": "critical",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"weights_column",
"ignored_columns",
"offset_column",
"fold_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "ignored_columns",
"label": "ignored_columns",
"help": "Names of columns to ignore for training.",
"required": false,
"type": "string[]",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "critical",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"weights_column",
"offset_column",
"fold_column"
],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "ignore_const_cols",
"label": "ignore_const_cols",
"help": "Ignore constant columns.",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "offset_column",
"label": "offset_column",
"help": "Offset column. This will be added to the combination of columns before applying the link function.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"weights_column",
"ignored_columns",
"fold_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "weights_column",
"label": "weights_column",
"help": "Column with observation weights. Giving some observation a weight of zero is equivalent to excluding it from the dataset; giving an observation a relative weight of 2 is equivalent to repeating that row twice. Negative weights are not allowed. Note: Weights are per-row observation weights and do not increase the size of the data frame. This is typically the number of times a row is repeated, but non-integer values are supported as well. During training, rows with higher weights matter more, due to the larger loss function pre-factor.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"ignored_columns",
"offset_column",
"fold_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "balance_classes",
"label": "balance_classes",
"help": "Balance training data class counts via over/under-sampling (for imbalanced data).",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "class_sampling_factors",
"label": "class_sampling_factors",
"help": "Desired over/under-sampling ratios per class (in lexicographic order). If not specified, sampling factors will be automatically computed to obtain class balance during training. Requires balance_classes.",
"required": false,
"type": "float[]",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_after_balance_size",
"label": "max_after_balance_size",
"help": "Maximum relative size of the training data after balancing class counts (can be less than 1.0). Requires balance_classes.",
"required": false,
"type": "float",
"default_value": 5,
"actual_value": 5,
"input_value": 5,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_confusion_matrix_size",
"label": "max_confusion_matrix_size",
"help": "[Deprecated] Maximum size (# classes) for confusion matrices to be printed in the Logs",
"required": false,
"type": "int",
"default_value": 20,
"actual_value": 20,
"input_value": 20,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_hit_ratio_k",
"label": "max_hit_ratio_k",
"help": "Max. number (top K) of predictions to use for hit ratio computation (for multi-class only, 0 to disable)",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "ntrees",
"label": "ntrees",
"help": "Number of trees.",
"required": false,
"type": "int",
"default_value": 50,
"actual_value": 50,
"input_value": 50,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_depth",
"label": "max_depth",
"help": "Maximum tree depth (0 for unlimited).",
"required": false,
"type": "int",
"default_value": 5,
"actual_value": 5,
"input_value": 5,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "min_rows",
"label": "min_rows",
"help": "Fewest allowed (weighted) observations in a leaf.",
"required": false,
"type": "double",
"default_value": 10,
"actual_value": 10,
"input_value": 10,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nbins",
"label": "nbins",
"help": "For numerical columns (real/int), build a histogram of (at least) this many bins, then split at the best point",
"required": false,
"type": "int",
"default_value": 20,
"actual_value": 20,
"input_value": 20,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nbins_top_level",
"label": "nbins_top_level",
"help": "For numerical columns (real/int), build a histogram of (at most) this many bins at the root level, then decrease by factor of two per level",
"required": false,
"type": "int",
"default_value": 1024,
"actual_value": 1024,
"input_value": 1024,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nbins_cats",
"label": "nbins_cats",
"help": "For categorical columns (factors), build a histogram of this many bins, then split at the best point. Higher values can lead to more overfitting.",
"required": false,
"type": "int",
"default_value": 1024,
"actual_value": 1024,
"input_value": 1024,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "r2_stopping",
"label": "r2_stopping",
"help": "r2_stopping is no longer supported and will be ignored if set - please use stopping_rounds, stopping_metric and stopping_tolerance instead. Previous version of H2O would stop making trees when the R^2 metric equals or exceeds this",
"required": false,
"type": "double",
"default_value": 1.7976931348623157e+308,
"actual_value": 1.7976931348623157e+308,
"input_value": 1.7976931348623157e+308,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "stopping_rounds",
"label": "stopping_rounds",
"help": "Early stopping based on convergence of stopping_metric. Stop if simple moving average of length k of the stopping_metric does not improve for k:=stopping_rounds scoring events (0 to disable)",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "stopping_metric",
"label": "stopping_metric",
"help": "Metric to use for early stopping (AUTO: logloss for classification, deviance for regression and anonomaly_score for Isolation Forest). Note that custom and custom_increasing can only be used in GBM and DRF with the Python client.",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": null,
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"deviance",
"logloss",
"MSE",
"RMSE",
"MAE",
"RMSLE",
"AUC",
"AUCPR",
"lift_top_group",
"misclassification",
"mean_per_class_error",
"anomaly_score",
"custom",
"custom_increasing"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "stopping_tolerance",
"label": "stopping_tolerance",
"help": "Relative tolerance for metric-based stopping criterion (stop if relative improvement is not at least this much)",
"required": false,
"type": "double",
"default_value": 0.001,
"actual_value": 0.001,
"input_value": 0.001,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_runtime_secs",
"label": "max_runtime_secs",
"help": "Maximum allowed runtime in seconds for model training. Use 0 to disable.",
"required": false,
"type": "double",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "seed",
"label": "seed",
"help": "Seed for pseudo random number generator (if applicable)",
"required": false,
"type": "long",
"default_value": -1,
"actual_value": 1,
"input_value": 1,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "build_tree_one_node",
"label": "build_tree_one_node",
"help": "Run on one node only; no network overhead but fewer cpus used. Suitable for small datasets.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "learn_rate",
"label": "learn_rate",
"help": "Learning rate (from 0.0 to 1.0)",
"required": false,
"type": "double",
"default_value": 0.1,
"actual_value": 0.1,
"input_value": 0.1,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "learn_rate_annealing",
"label": "learn_rate_annealing",
"help": "Scale the learning rate by this factor after each tree (e.g., 0.99 or 0.999) ",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "distribution",
"label": "distribution",
"help": "Distribution function",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": "bernoulli",
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"bernoulli",
"quasibinomial",
"ordinal",
"multinomial",
"gaussian",
"poisson",
"gamma",
"tweedie",
"laplace",
"quantile",
"huber",
"custom"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "quantile_alpha",
"label": "quantile_alpha",
"help": "Desired quantile for Quantile regression, must be between 0 and 1.",
"required": false,
"type": "double",
"default_value": 0.5,
"actual_value": 0.5,
"input_value": 0.5,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "tweedie_power",
"label": "tweedie_power",
"help": "Tweedie power for Tweedie regression, must be between 1 and 2.",
"required": false,
"type": "double",
"default_value": 1.5,
"actual_value": 1.5,
"input_value": 1.5,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "huber_alpha",
"label": "huber_alpha",
"help": "Desired quantile for Huber/M-regression (threshold between quadratic and linear loss, must be between 0 and 1).",
"required": false,
"type": "double",
"default_value": 0.9,
"actual_value": 0.9,
"input_value": 0.9,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "checkpoint",
"label": "checkpoint",
"help": "Model checkpoint to resume training with.",
"required": false,
"type": "Key<Model>",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "sample_rate",
"label": "sample_rate",
"help": "Row sample rate per tree (from 0.0 to 1.0)",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "sample_rate_per_class",
"label": "sample_rate_per_class",
"help": "A list of row sample rates per class (relative fraction for each class, from 0.0 to 1.0), for each tree",
"required": false,
"type": "double[]",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "col_sample_rate",
"label": "col_sample_rate",
"help": "Column sample rate (from 0.0 to 1.0)",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "col_sample_rate_change_per_level",
"label": "col_sample_rate_change_per_level",
"help": "Relative change of the column sampling rate for every level (must be > 0.0 and <= 2.0)",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "col_sample_rate_per_tree",
"label": "col_sample_rate_per_tree",
"help": "Column sample rate per tree (from 0.0 to 1.0)",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "min_split_improvement",
"label": "min_split_improvement",
"help": "Minimum relative improvement in squared error reduction for a split to happen",
"required": false,
"type": "double",
"default_value": 0.00001,
"actual_value": 0.00001,
"input_value": 0.00001,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "histogram_type",
"label": "histogram_type",
"help": "What type of histogram to use for finding optimal split points",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": "UniformAdaptive",
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"UniformAdaptive",
"Random",
"QuantilesGlobal",
"RoundRobin"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_abs_leafnode_pred",
"label": "max_abs_leafnode_pred",
"help": "Maximum absolute value of a leaf node prediction",
"required": false,
"type": "double",
"default_value": 1.7976931348623157e+308,
"actual_value": 1.7976931348623157e+308,
"input_value": 1.7976931348623157e+308,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "pred_noise_bandwidth",
"label": "pred_noise_bandwidth",
"help": "Bandwidth (sigma) of Gaussian multiplicative noise ~N(1,sigma) for tree node predictions",
"required": false,
"type": "double",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "categorical_encoding",
"label": "categorical_encoding",
"help": "Encoding scheme for categorical features",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": "EnumLimited",
"input_value": "EnumLimited",
"level": "secondary",
"values": [
"AUTO",
"Enum",
"OneHotInternal",
"OneHotExplicit",
"Binary",
"Eigen",
"LabelEncoder",
"SortByResponse",
"EnumLimited"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "calibrate_model",
"label": "calibrate_model",
"help": "Use Platt Scaling to calculate calibrated class probabilities. Calibration can provide more accurate estimates of class probabilities.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "calibration_frame",
"label": "calibration_frame",
"help": "Calibration frame for Platt Scaling",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "custom_metric_func",
"label": "custom_metric_func",
"help": "Reference to custom evaluation function, format: `language:keyName=funcName`",
"required": false,
"type": "string",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "custom_distribution_func",
"label": "custom_distribution_func",
"help": "Reference to custom distribution, format: `language:keyName=funcName`",
"required": false,
"type": "string",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "export_checkpoints_dir",
"label": "export_checkpoints_dir",
"help": "Automatically export generated models to this directory.",
"required": false,
"type": "string",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "monotone_constraints",
"label": "monotone_constraints",
"help": "A mapping representing monotonic constraints. Use +1 to enforce an increasing constraint and -1 to specify a decreasing constraint.",
"required": false,
"type": "KeyValue[]",
"default_value": null,
"actual_value": [],
"input_value": [],
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "check_constant_response",
"label": "check_constant_response",
"help": "Check if response column is constant. If enabled, then an exception is thrown if the response column is a constant value.If disabled, then model will train regardless of the response column being a constant value or not.",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "gainslift_bins",
"label": "gainslift_bins",
"help": "Gains/Lift table number of bins. 0 means disabled.. Default value -1 means automatic binning.",
"required": false,
"type": "int",
"default_value": -1,
"actual_value": -1,
"input_value": -1,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
}
],
"output": {
"__meta": {
"schema_version": 3,
"schema_name": "GBMModelOutputV3",
"schema_type": "GBMOutput"
},
"names": [
"ID",
"AGE",
"RACE",
"DPROS",
"DCAPS",
"PSA",
"VOL",
"GLEASON",
"CAPSULE"
],
"original_names": [
"ID",
"AGE",
"RACE",
"DPROS",
"DCAPS",
"PSA",
"VOL",
"GLEASON",
"CAPSULE"
],
"column_types": [
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Enum"
],
"domains": [
null,
null,
null,
null,
null,
null,
null,
null,
[
"0",
"1"
]
],
"cross_validation_models": null,
"cross_validation_predictions": null,
"cross_validation_holdout_predictions_frame_id": null,
"cross_validation_fold_assignment_frame_id": null,
"model_category": "Binomial",
"model_summary": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Model Summary",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_trees",
"type": "long",
"format": "%d",
"description": "Number of Trees"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_internal_trees",
"type": "long",
"format": "%d",
"description": "Number of Internal Trees"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "model_size_in_bytes",
"type": "long",
"format": "%d",
"description": "Model Size in Bytes"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "min_depth",
"type": "long",
"format": "%d",
"description": "Min. Depth"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_depth",
"type": "long",
"format": "%d",
"description": "Max. Depth"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mean_depth",
"type": "double",
"format": "%.5f",
"description": "Mean Depth"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "min_leaves",
"type": "long",
"format": "%d",
"description": "Min. Leaves"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_leaves",
"type": "long",
"format": "%d",
"description": "Max. Leaves"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mean_leaves",
"type": "double",
"format": "%.5f",
"description": "Mean Leaves"
}
],
"rowcount": 1,
"data": [
[
""
],
[
50
],
[
50
],
[
12171
],
[
5
],
[
5
],
[
5
],
[
7
],
[
24
],
[
14.74
]
]
},
"scoring_history": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Scoring History",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "timestamp",
"type": "string",
"format": "%s",
"description": "Timestamp"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "duration",
"type": "string",
"format": "%s",
"description": "Duration"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_trees",
"type": "long",
"format": "%d",
"description": "Number of Trees"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_rmse",
"type": "double",
"format": "%.5f",
"description": "Training RMSE"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_logloss",
"type": "double",
"format": "%.5f",
"description": "Training LogLoss"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_auc",
"type": "double",
"format": "%.5f",
"description": "Training AUC"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_pr_auc",
"type": "double",
"format": "%.5f",
"description": "Training pr_auc"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_lift",
"type": "double",
"format": "%.5f",
"description": "Training Lift"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_classification_error",
"type": "double",
"format": "%.5f",
"description": "Training Classification Error"
}
],
"rowcount": 51,
"data": [
[
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
],
[
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:43",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44",
"2020-09-04 16:10:44"
],
[
" 0.089 sec",
" 0.296 sec",
" 0.324 sec",
" 0.338 sec",
" 0.353 sec",
" 0.365 sec",
" 0.376 sec",
" 0.388 sec",
" 0.399 sec",
" 0.409 sec",
" 0.419 sec",
" 0.429 sec",
" 0.438 sec",
" 0.447 sec",
" 0.457 sec",
" 0.466 sec",
" 0.474 sec",
" 0.483 sec",
" 0.491 sec",
" 0.500 sec",
" 0.509 sec",
" 0.519 sec",
" 0.527 sec",
" 0.535 sec",
" 0.543 sec",
" 0.552 sec",
" 0.562 sec",
" 0.570 sec",
" 0.577 sec",
" 0.585 sec",
" 0.592 sec",
" 0.599 sec",
" 0.606 sec",
" 0.614 sec",
" 0.620 sec",
" 0.628 sec",
" 0.635 sec",
" 0.642 sec",
" 0.648 sec",
" 0.656 sec",
" 0.662 sec",
" 0.668 sec",
" 0.674 sec",
" 0.682 sec",
" 0.691 sec",
" 0.698 sec",
" 0.705 sec",
" 0.712 sec",
" 0.720 sec",
" 0.727 sec",
" 0.733 sec"
],
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50
],
[
0.49042776285781164,
0.4686190746366957,
0.4511854642769045,
0.43645169878649476,
0.42350586729012724,
0.41244648514183607,
0.4023567736488899,
0.3940772857489414,
0.38506389445237327,
0.37615865920594227,
0.3689220736576286,
0.36244529728161884,
0.35574152087872324,
0.35061722209168666,
0.34453612611942147,
0.34025492790561823,
0.3363823985612059,
0.33302820998922056,
0.3301585293732083,
0.32778905207033826,
0.3229994339795409,
0.3200262694713166,
0.31664124544875094,
0.31490161476827194,
0.3130451560559569,
0.30926614196527147,
0.30598805155663333,
0.30294967745725143,
0.2984257351905832,
0.2964489324280294,
0.2945260817101538,
0.29298835865668427,
0.2913934315903549,
0.2893694577246269,
0.2856509867455649,
0.28334450202129435,
0.28194961234720145,
0.27965515748501985,
0.2782236771833288,
0.27634796878700246,
0.2739978316319342,
0.2703090248363191,
0.2681991142340115,
0.2659552881713077,
0.2641322335805679,
0.26227630752825154,
0.2607980637713492,
0.25791655254805684,
0.25705791423497715,
0.2535220315784435,
0.2525595030251714
],
[
0.6740642634011699,
0.630722536894788,
0.5972755287156798,
0.5695313556810309,
0.5454486395878626,
0.524774288121685,
0.5061556082864681,
0.4906784644865628,
0.47412314047772214,
0.4579074237488531,
0.4442594947097508,
0.4324594421129276,
0.4202545329075095,
0.4106043957869735,
0.3995945708240641,
0.391243665664569,
0.38398856322845565,
0.37741316675514697,
0.3720325458977512,
0.3673730628965397,
0.359178033179209,
0.35358974103636126,
0.34745258369564347,
0.3440771855694386,
0.3403616849730496,
0.3340128275214955,
0.3284567231811624,
0.32325256930100094,
0.3162064283682315,
0.31258137959759064,
0.3092149425201711,
0.30636294551346777,
0.3034772454381525,
0.2998642838645714,
0.2946775384480666,
0.2909261054832244,
0.2885896766236454,
0.28491288431893247,
0.2823628903573234,
0.27936473984832094,
0.2758293190985029,
0.27075507751036537,
0.2675961204903797,
0.2642692223142475,
0.2615676748202208,
0.25887746596726385,
0.2566517128798264,
0.25239161942793076,
0.2508899788275835,
0.24591545906730647,
0.2444917969967851
],
[
0.5,
0.8893063833462901,
0.8968788690219113,
0.8989807376695171,
0.9031844749647289,
0.9030549077193285,
0.9133914946301576,
0.9186461662491722,
0.9270680372001958,
0.9316460798710087,
0.9348708646454177,
0.938585125680228,
0.9428032593360398,
0.9446747862140451,
0.9475252656128531,
0.9486337853790562,
0.9514842647778641,
0.9513115084506637,
0.9528807117560681,
0.9537157006708704,
0.9577610779994817,
0.9593446776654861,
0.9608706918890905,
0.961417753591892,
0.9621807607036942,
0.9636779822060982,
0.9652327891509026,
0.9669603524229075,
0.969278166479514,
0.9702859117215168,
0.9707753879819182,
0.9709193515879185,
0.9716103768967205,
0.9721574385995221,
0.9749215398347297,
0.9757565287495322,
0.976793066712735,
0.9783190809363393,
0.9784630445423397,
0.9790676916875414,
0.9799314733235439,
0.9816590365955487,
0.982494025510351,
0.983588148915954,
0.9840776251763554,
0.9854596757939593,
0.9857763957271601,
0.9866689700843626,
0.9866977628055628,
0.9880510207019666,
0.9882525697503671
],
[
0.4026315789473684,
0.8560206210312832,
0.8638163431669145,
0.8702912480507401,
0.8759729072735402,
0.8773130834834716,
0.8921833233294212,
0.8981720096611645,
0.9062432442967775,
0.9094337422198588,
0.912908286535884,
0.9175122645916549,
0.9219449073816167,
0.9244081519893891,
0.9277547303826068,
0.9292148272379314,
0.9335808874227663,
0.9335815936849509,
0.9361517530755293,
0.9378041686980351,
0.9420020318424763,
0.9437856969549824,
0.9459762207924867,
0.9465324344417263,
0.9474411604832885,
0.9492701502481996,
0.9512931343996942,
0.9538749129917142,
0.9575115194208499,
0.9588706831604658,
0.9594416424518516,
0.9596796617821058,
0.9604283642651843,
0.9616638432209896,
0.9656418193520026,
0.9667558266805116,
0.9679813033955312,
0.9699151910970908,
0.9702176632151188,
0.9709241104733698,
0.9720470428752018,
0.9744110738837113,
0.975794551035573,
0.9774414695296986,
0.97818433899697,
0.9799661264383666,
0.9802821202342777,
0.9815015914551368,
0.9814509328821961,
0.9831675229539268,
0.9834102946682178
],
[
1,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543
],
[
0.5973684210526315,
0.20526315789473684,
0.1868421052631579,
0.18157894736842106,
0.16842105263157894,
0.18157894736842106,
0.2,
0.1868421052631579,
0.1736842105263158,
0.16578947368421051,
0.16052631578947368,
0.16052631578947368,
0.15263157894736842,
0.14210526315789473,
0.1368421052631579,
0.1368421052631579,
0.1368421052631579,
0.14210526315789473,
0.13421052631578947,
0.13157894736842105,
0.11315789473684211,
0.10526315789473684,
0.10526315789473684,
0.10263157894736842,
0.09736842105263158,
0.09473684210526316,
0.08947368421052632,
0.09210526315789473,
0.0868421052631579,
0.08421052631578947,
0.08421052631578947,
0.08421052631578947,
0.0868421052631579,
0.08421052631578947,
0.08157894736842106,
0.08157894736842106,
0.07894736842105263,
0.07631578947368421,
0.07894736842105263,
0.07368421052631578,
0.07894736842105263,
0.07894736842105263,
0.07368421052631578,
0.06842105263157895,
0.06842105263157895,
0.07105263157894737,
0.06315789473684211,
0.06578947368421052,
0.06315789473684211,
0.06315789473684211,
0.06315789473684211
]
]
},
"reproducibility_information_table": [
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Node Information",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "node",
"type": "int",
"format": "%d",
"description": "node"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o",
"type": "string",
"format": "%s",
"description": "h2o"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "healthy",
"type": "string",
"format": "%s",
"description": "healthy"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "last_ping",
"type": "string",
"format": "%s",
"description": "last_ping"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "num_cpus",
"type": "int",
"format": "%d",
"description": "num_cpus"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "sys_load",
"type": "double",
"format": "%.5f",
"description": "sys_load"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mem_value_size",
"type": "long",
"format": "%d",
"description": "mem_value_size"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "free_mem",
"type": "long",
"format": "%d",
"description": "free_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "pojo_mem",
"type": "long",
"format": "%d",
"description": "pojo_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "swap_mem",
"type": "long",
"format": "%d",
"description": "swap_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "free_disc",
"type": "long",
"format": "%d",
"description": "free_disc"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_disc",
"type": "long",
"format": "%d",
"description": "max_disc"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "pid",
"type": "int",
"format": "%d",
"description": "pid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "num_keys",
"type": "int",
"format": "%d",
"description": "num_keys"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "tcps_active",
"type": "string",
"format": "%s",
"description": "tcps_active"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "open_fds",
"type": "int",
"format": "%d",
"description": "open_fds"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "rpcs_active",
"type": "string",
"format": "%s",
"description": "rpcs_active"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "nthreads",
"type": "int",
"format": "%d",
"description": "nthreads"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "is_leader",
"type": "string",
"format": "%s",
"description": "is_leader"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "total_mem",
"type": "long",
"format": "%d",
"description": "total_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_mem",
"type": "long",
"format": "%d",
"description": "max_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "java_version",
"type": "string",
"format": "%s",
"description": "java_version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "jvm_launch_parameters",
"type": "string",
"format": "%s",
"description": "jvm_launch_parameters"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "os_version",
"type": "string",
"format": "%s",
"description": "os_version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "machine_physical_mem",
"type": "long",
"format": "%d",
"description": "machine_physical_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "machine_locale",
"type": "string",
"format": "%s",
"description": "machine_locale"
}
],
"rowcount": 1,
"data": [
[
""
],
[
0
],
[
"192.168.1.2:54325"
],
[
"true"
],
[
"1599228640544"
],
[
12
],
[
3.4560547
],
[
0
],
[
3764772352
],
[
53092864
],
[
0
],
[
37640732672
],
[
499963133952
],
[
5392
],
[
0
],
[
"\u0000"
],
[
-1
],
[
"\u0000"
],
[
12
],
[
"true"
],
[
675282944
],
[
3817865216
],
[
"Java 1.8.0_202 (from Oracle Corporation)"
],
[
"[-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:62132,suspend=y,server=n, -ea, -Didea.test.cyclic.buffer.size=1048576, -javaagent:/Users/marek/Library/Caches/IntelliJIdea2019.1/groovyHotSwap/gragent.jar, -javaagent:/Users/marek/Library/Caches/IntelliJIdea2019.1/captureAgent/debugger-agent.jar, -Dfile.encoding=UTF-8]"
],
[
"Mac OS X 10.14.5 (x86_64)"
],
[
17179869184
],
[
"en_US"
]
]
},
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Cluster Configuration",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_uptime",
"type": "long",
"format": "%d",
"description": "H2O cluster uptime"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_timezone",
"type": "string",
"format": "%s",
"description": "H2O cluster timezone"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_data_parsing_timezone",
"type": "string",
"format": "%s",
"description": "H2O data parsing timezone"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_version",
"type": "string",
"format": "%s",
"description": "H2O cluster version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_version_age",
"type": "string",
"format": "%s",
"description": "H2O cluster version age"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_name",
"type": "string",
"format": "%s",
"description": "H2O cluster name"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_total_nodes",
"type": "int",
"format": "%d",
"description": "H2O cluster total nodes"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_free_memory",
"type": "long",
"format": "%d",
"description": "H2O cluster free memory"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_total_cores",
"type": "int",
"format": "%d",
"description": "H2O cluster total cores"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_allowed_cores",
"type": "int",
"format": "%d",
"description": "H2O cluster allowed cores"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_status",
"type": "string",
"format": "%s",
"description": "H2O cluster status"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_internal_security",
"type": "string",
"format": "%s",
"description": "H2O internal security"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_api_extensions",
"type": "string",
"format": "%s",
"description": "H2O API Extensions"
}
],
"rowcount": 1,
"data": [
[
""
],
[
23624
],
[
"Europe/Prague"
],
[
"UTC"
],
[
"3.30.1.1"
],
[
"25 days"
],
[
"MOJOParameterTestSuite"
],
[
1
],
[
3764772352
],
[
12
],
[
12
],
[
"locked, healthly"
],
[
"false"
],
[
"XGBoost, Algos, Amazon S3, Sparkling Water REST API Extensions, AutoML, Core V3, TargetEncoder, Core V4"
]
]
},
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Input Frames Information",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "input_frame",
"type": "string",
"format": "%s",
"description": "Input Frame"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "checksum",
"type": "long",
"format": "%d",
"description": "Checksum"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "espc",
"type": "string",
"format": "%d",
"description": "ESPC"
}
],
"rowcount": 3,
"data": [
[
"",
"",
""
],
[
"training_frame",
"validation_frame",
"calibration_frame"
],
[
-198182807742623840,
-1,
-1
],
[
"[0, 380]",
"-1",
"-1"
]
]
}
],
"training_metrics": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelMetricsBinomialV3",
"schema_type": "ModelMetricsBinomial"
},
"model": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599228606828_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599228606828_1"
},
"model_checksum": -1217597618670429000,
"frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25317020589",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25317020589"
},
"frame_checksum": -198182807742623840,
"description": null,
"model_category": "Binomial",
"scoring_time": 1599228644136,
"predictions": null,
"MSE": 0.06378630256832155,
"RMSE": 0.2525595030251714,
"nobs": 380,
"custom_metric_name": null,
"custom_metric_value": 0,
"r2": 0.7347976709318582,
"logloss": 0.2444917969967851,
"AUC": 0.9882525697503671,
"pr_auc": 0.9834102946682178,
"Gini": 0.9765051395007343,
"mean_per_class_error": 0.058190089545362936,
"domain": [
"0",
"1"
],
"cm": {
"__meta": {
"schema_version": 3,
"schema_name": "ConfusionMatrixV3",
"schema_type": "ConfusionMatrix"
},
"table": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Confusion Matrix",
"description": "Row labels: Actual class; Column labels: Predicted class",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "0",
"type": "long",
"format": "%d",
"description": "0"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "1",
"type": "long",
"format": "%d",
"description": "1"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "Error",
"type": "double",
"format": "%.4f",
"description": "Error"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "Rate",
"type": "string",
"format": "= %8s",
"description": "Rate"
}
],
"rowcount": 3,
"data": [
[
208,
5,
213
],
[
19,
148,
167
],
[
0.08370044052863436,
0.032679738562091505,
0.06315789473684211
],
[
"19 / 227",
"5 / 153",
"24 / 380"
]
]
}
},
"thresholds_and_metric_scores": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Metrics for Thresholds",
"description": "Binomial metrics as a function of classification thresholds",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "threshold",
"type": "double",
"format": "%f",
"description": "Threshold"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "f1",
"type": "double",
"format": "%f",
"description": "f1"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "f2",
"type": "double",
"format": "%f",
"description": "f2"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "f0point5",
"type": "double",
"format": "%f",
"description": "f0point5"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "accuracy",
"type": "double",
"format": "%f",
"description": "accuracy"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "precision",
"type": "double",
"format": "%f",
"description": "precision"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "recall",
"type": "double",
"format": "%f",
"description": "recall"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "specificity",
"type": "double",
"format": "%f",
"description": "specificity"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "absolute_mcc",
"type": "double",
"format": "%f",
"description": "absolute_mcc"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "min_per_class_accuracy",
"type": "double",
"format": "%f",
"description": "min_per_class_accuracy"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mean_per_class_accuracy",
"type": "double",
"format": "%f",
"description": "mean_per_class_accuracy"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "tns",
"type": "long",
"format": "%d",
"description": "tns"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "fns",
"type": "long",
"format": "%d",
"description": "fns"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "fps",
"type": "long",
"format": "%d",
"description": "fps"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "tps",
"type": "long",
"format": "%d",
"description": "tps"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "tnr",
"type": "double",
"format": "%f",
"description": "tnr"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "fnr",
"type": "double",
"format": "%f",
"description": "fnr"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "fpr",
"type": "double",
"format": "%f",
"description": "fpr"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "tpr",
"type": "double",
"format": "%f",
"description": "tpr"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "idx",
"type": "int",
"format": "%d",
"description": "idx"
}
],
"rowcount": 378,
"data": [
[
0.9740912690798038,
0.9731486049100498,
0.9687038220068167,
0.9683312396580265,
0.9649659071627502,
0.9643798735077614,
0.9620829588442301,
0.9601556061664268,
0.9580500099544988,
0.9552541365309779,
0.9520489061253711,
0.9508566012805921,
0.9506564706749967,
0.9499086630295793,
0.9453675964670113,
0.9425055067659741,
0.9410165518887672,
0.9399733217694288,
0.932273684543233,
0.930009397990852,
0.9297824949395445,
0.9293784299767136,
0.9288614822081002,
0.9283881178482712,
0.9247218898690702,
0.924489040946751,
0.9230183972844227,
0.9224375780753384,
0.9219160339566133,
0.9183491901128809,
0.9166487486252882,
0.9161469119533829,
0.9152889070553372,
0.9094264051559259,
0.9092060947846045,
0.9089550203500275,
0.9055634509287768,
0.9046715715275636,
0.904386105586498,
0.9016554402975843,
0.8997644095350482,
0.8976204711620908,
0.8967594542349349,
0.8912873163504447,
0.8896103517904883,
0.8818405617931016,
0.8758092561281551,
0.8736659243120491,
0.8725792389039057,
0.871271088995577,
0.8621346588391204,
0.8621293311951022,
0.8602617200579222,
0.847796707401608,
0.8477235801473603,
0.8465971868508854,
0.8457004049345458,
0.8445061795738175,
0.8409706969554811,
0.8387320280140246,
0.832642320736673,
0.8317952442408211,
0.8316266709811774,
0.8293413842673213,
0.8272910591842738,
0.8260501074001689,
0.8258460367885144,
0.8221313851966595,
0.8201734826914922,
0.817275000726431,
0.8140879177401272,
0.8128086673264001,
0.809109088294941,
0.804034993273064,
0.8021664808214348,
0.7979149408625548,
0.7957002716164393,
0.7938911957447261,
0.788970015898319,
0.7886894284319821,
0.7824192913393397,
0.7784098965144672,
0.774281077732094,
0.7734020824087879,
0.7731662550904136,
0.7715621130068955,
0.7653436875775887,
0.7579898365328313,
0.7475636995198147,
0.747021650034033,
0.7464481257622894,
0.7432394477725077,
0.7419615736273252,
0.7407083848007951,
0.7395284094902174,
0.7311754008607455,
0.7306563689833461,
0.7298768767987904,
0.7228341627589329,
0.720807341893833,
0.7194377806427894,
0.7181647554480701,
0.7080883768542614,
0.7062195845072745,
0.7023335721270948,
0.7005172563926273,
0.6945848013103828,
0.6936791844101109,
0.6925179959680302,
0.691096217747942,
0.6899226652468801,
0.6863085225007575,
0.6838089284816022,
0.6765239947420045,
0.6705266309474063,
0.6699943373372177,
0.6595091782308689,
0.6514783002773584,
0.6402662443668817,
0.6386356141223266,
0.6333158538725103,
0.6324952308756481,
0.6323187445125098,
0.6263674300344566,
0.6196551899892072,
0.6193932554057614,
0.6054007638433279,
0.5933201572178126,
0.5824178607987881,
0.5800069125037763,
0.5737879326112288,
0.5709881616739314,
0.5693915036558651,
0.5686309442324685,
0.5601723300160037,
0.5534219120185594,
0.5530392744293483,
0.5405956015165162,
0.5343192462665352,
0.5052767988594314,
0.4907924242288533,
0.4894632298865729,
0.4892663200788383,
0.4890847088602305,
0.48490656389731573,
0.48085692160256743,
0.47689367301645313,
0.47582866299038806,
0.47530814836510615,
0.46899812377173583,
0.4617670599767281,
0.45895248365935454,
0.4586465680091068,
0.4575054961300037,
0.44674771493211696,
0.4380123938255875,
0.43713394846641557,
0.43254805942426516,
0.4303894218520752,
0.42955338624017103,
0.4208360245066436,
0.4158819655320906,
0.4130223626712919,
0.41248860802097675,
0.41233228192520766,
0.37949040944749113,
0.3692902290468589,
0.35827493961155443,
0.3529600880627712,
0.3500884643497072,
0.3351155899550073,
0.333595340146355,
0.3284870170981252,
0.3282533181997523,
0.32526011270233285,
0.3226580715057991,
0.32146917878074505,
0.32084765314207636,
0.3202199113728964,
0.31694288494096023,
0.31152576026772694,
0.31144742621083465,
0.30968913136397674,
0.30930514352509136,
0.30771431682441663,
0.3076780670708752,
0.3074834636166086,
0.3067078386993321,
0.29825819085156235,
0.29480893710127193,
0.29352192561541046,
0.29167330847352385,
0.289927235782289,
0.2893140936430095,
0.2884534227279511,
0.2866473717843583,
0.28198718216763136,
0.2776000003278397,
0.2775264953061568,
0.2768816480656809,
0.2716047205848188,
0.26050801120016676,
0.2600635188005883,
0.25516997999153396,
0.24811534501379756,
0.23803512914070052,
0.23390141446041615,
0.22433915819092756,
0.2241809024096335,
0.22204928797228082,
0.22165455200887926,
0.22105280802658261,
0.21769715846429033,
0.21437993506647485,
0.21437634123932098,
0.21409864489834807,
0.20679139237074737,
0.20586779533272656,
0.20518501765300431,
0.20395757592547265,
0.2035582701983097,
0.1979253819759017,
0.19771997917264422,
0.19707924880380676,
0.19607038165670834,
0.19433744183903512,
0.1942934717075723,
0.1937479828632346,
0.1936176274170461,
0.192661053754291,
0.19145375669890338,
0.19138137404633576,
0.18457943846960875,
0.18435501573811824,
0.1833453173064687,
0.18081634286599996,
0.18063208949841625,
0.18031176465894908,
0.17702158671560272,
0.17698980734717093,
0.1764668044859772,
0.1751688484189229,
0.1661764788962591,
0.16591590822568533,
0.16583581373384054,
0.15671537809824546,
0.1540950387955679,
0.15209490867843847,
0.14947030975664888,
0.14681699326575426,
0.1465937159183239,
0.13998048042148797,
0.1393714692830797,
0.13863810502513116,
0.13788818323643953,
0.13216933036407927,
0.13167631151712098,
0.1303772062969689,
0.13021176724629097,
0.12909690655498632,
0.1264054201521034,
0.12600416326561242,
0.1245815365982779,
0.11980330078510865,
0.11842342317149789,
0.11694261739997432,
0.116804295017235,
0.11463027229590941,
0.11462502162060298,
0.11350340189075234,
0.11333174844736904,
0.11135742059084061,
0.10986599393207719,
0.10938608764610908,
0.10544576786445266,
0.10538614111991564,
0.10451255092973848,
0.10343249796826046,
0.10132262862451188,
0.10107627456592241,
0.10010093565332663,
0.09872030710525898,
0.09772309318709854,
0.09587788416222921,
0.09488944414813104,
0.09347349257110109,
0.09270275724673094,
0.09197693180928992,
0.09184458244799054,
0.09159553230423888,
0.09150368501957411,
0.09061559081232574,
0.09006880059994797,
0.0876749767195427,
0.08644384480789886,
0.08588367978128071,
0.0836490751539456,
0.08355750695863992,
0.0830178489469533,
0.08299445681971004,
0.0827284379538353,
0.08233480902809506,
0.08021078824031294,
0.07939423699595302,
0.0791601704705003,
0.07902027639112545,
0.07584215282226642,
0.07534957317069974,
0.07472105495958357,
0.07402626974201,
0.07383844987620201,
0.07357102879516857,
0.07337979798140398,
0.07067977293898077,
0.07063826869436858,
0.06982881762671848,
0.06982491526987002,
0.06894249284178636,
0.06801943901352481,
0.06725940645641952,
0.06676643726579824,
0.06382167843836792,
0.06362500800552585,
0.06322117394411404,
0.06306769234084308,
0.06283125606297928,
0.062301598598923084,
0.060929151680773945,
0.05916687672870903,
0.0587374867619624,
0.05745905201712927,
0.056726500570235615,
0.05670384759923079,
0.05520194735764614,
0.05259852641114642,
0.049960968375417115,
0.04944614211936498,
0.04860257689607628,
0.04782275798832943,
0.047390675342782074,
0.04703725965731974,
0.04661794504512383,
0.0462037106634133,
0.04415132458581589,
0.04242948144761222,
0.041668008384785335,
0.04163535586341748,
0.04101007138002204,
0.04079644466340602,
0.039768402226049125,
0.038184989833616484,
0.0371979764329106,
0.0358417703306032,
0.03525462361192294,
0.034216312501415595,
0.03396818688210943,
0.03379249519263002,
0.032644887780520306,
0.03196078159627454,
0.030678275982778228,
0.03023943240753824,
0.027468066608967112,
0.027329822478469153,
0.026682434026151527,
0.02589715657290474,
0.02475731976871572,
0.023468508514280596,
0.023215218199527213,
0.02303294472198823,
0.022069832670868192,
0.021020624153981537,
0.0200114494694774,
0.019915279210213167,
0.01831170579857848,
0.017913015743696335,
0.017456701796249984,
0.013652596735558277,
0.009748409930340669
],
[
0.012987012987012988,
0.02580645161290323,
0.038461538461538464,
0.05095541401273886,
0.06329113924050632,
0.07547169811320754,
0.0875,
0.09937888198757763,
0.1111111111111111,
0.1226993865030675,
0.13414634146341461,
0.14545454545454545,
0.1566265060240964,
0.16766467065868265,
0.17857142857142855,
0.1893491124260355,
0.19999999999999998,
0.21052631578947367,
0.22093023255813954,
0.23121387283236997,
0.24137931034482762,
0.25142857142857145,
0.26136363636363635,
0.2711864406779661,
0.28089887640449435,
0.29050279329608936,
0.3,
0.30939226519337015,
0.31868131868131866,
0.3278688524590164,
0.33695652173913043,
0.34594594594594597,
0.3548387096774193,
0.3636363636363636,
0.3723404255319149,
0.38095238095238093,
0.3894736842105263,
0.3979057591623037,
0.40625,
0.4145077720207254,
0.422680412371134,
0.43076923076923085,
0.4387755102040817,
0.4467005076142132,
0.45454545454545453,
0.46231155778894467,
0.47000000000000003,
0.47761194029850745,
0.48514851485148514,
0.49261083743842365,
0.5,
0.5073170731707317,
0.5145631067961165,
0.5217391304347826,
0.5288461538461539,
0.5358851674641147,
0.5428571428571428,
0.5497630331753555,
0.5566037735849056,
0.5633802816901409,
0.5700934579439253,
0.5767441860465117,
0.5833333333333334,
0.5898617511520737,
0.5963302752293578,
0.6027397260273972,
0.6090909090909091,
0.6153846153846153,
0.6216216216216216,
0.6278026905829597,
0.6339285714285714,
0.6399999999999999,
0.6460176991150443,
0.6519823788546255,
0.6578947368421052,
0.6637554585152838,
0.6695652173913044,
0.6753246753246753,
0.6810344827586208,
0.6866952789699572,
0.6923076923076924,
0.6978723404255319,
0.7033898305084746,
0.7088607594936709,
0.7142857142857143,
0.7196652719665272,
0.725,
0.7302904564315352,
0.7355371900826446,
0.7407407407407407,
0.7459016393442622,
0.7510204081632652,
0.7560975609756097,
0.7611336032388665,
0.7661290322580645,
0.7710843373493976,
0.776,
0.7808764940239044,
0.7857142857142858,
0.790513833992095,
0.7952755905511811,
0.8,
0.8046875,
0.8093385214007782,
0.813953488372093,
0.8185328185328186,
0.823076923076923,
0.8275862068965517,
0.83206106870229,
0.8365019011406843,
0.8409090909090908,
0.8452830188679245,
0.849624060150376,
0.8539325842696629,
0.8507462686567165,
0.8550185873605949,
0.8592592592592593,
0.8634686346863468,
0.8602941176470588,
0.8644688644688645,
0.8686131386861314,
0.8727272727272727,
0.8768115942028986,
0.8808664259927799,
0.8848920863309353,
0.8888888888888888,
0.8928571428571429,
0.8896797153024911,
0.8936170212765957,
0.8975265017667845,
0.9014084507042254,
0.9052631578947369,
0.9020979020979021,
0.8989547038327527,
0.9027777777777777,
0.8996539792387543,
0.903448275862069,
0.9003436426116839,
0.904109589041096,
0.9010238907849829,
0.9047619047619048,
0.9084745762711863,
0.9121621621621621,
0.9158249158249158,
0.9127516778523489,
0.9163879598662208,
0.9133333333333334,
0.9169435215946844,
0.9139072847682119,
0.9174917491749175,
0.9210526315789473,
0.9180327868852459,
0.9215686274509803,
0.9185667752442997,
0.922077922077922,
0.919093851132686,
0.9161290322580646,
0.9131832797427653,
0.9166666666666666,
0.9137380191693291,
0.9171974522292994,
0.9142857142857143,
0.9177215189873417,
0.9211356466876972,
0.9245283018867925,
0.9216300940438872,
0.9249999999999999,
0.9221183800623052,
0.9192546583850931,
0.9164086687306501,
0.9135802469135803,
0.916923076923077,
0.920245398773006,
0.9174311926605505,
0.9146341463414633,
0.9118541033434652,
0.909090909090909,
0.9063444108761329,
0.9096385542168676,
0.9069069069069069,
0.904191616766467,
0.9014925373134328,
0.8988095238095238,
0.8961424332344213,
0.8994082840236687,
0.896755162241888,
0.8941176470588235,
0.8914956011730205,
0.8888888888888888,
0.8862973760932945,
0.8837209302325582,
0.8811594202898552,
0.8786127167630058,
0.8760806916426513,
0.8735632183908046,
0.8710601719197707,
0.8685714285714285,
0.866096866096866,
0.8636363636363636,
0.8611898016997167,
0.864406779661017,
0.8619718309859155,
0.8595505617977527,
0.8571428571428571,
0.8547486033519553,
0.8523676880222841,
0.85,
0.8476454293628809,
0.845303867403315,
0.8429752066115702,
0.8406593406593407,
0.8383561643835616,
0.8360655737704918,
0.8337874659400546,
0.8315217391304348,
0.8292682926829268,
0.827027027027027,
0.8247978436657681,
0.8225806451612903,
0.8203753351206434,
0.8181818181818181,
0.8160000000000001,
0.8138297872340425,
0.8116710875331564,
0.8095238095238095,
0.8073878627968338,
0.8052631578947368,
0.8031496062992126,
0.8010471204188481,
0.7989556135770236,
0.796875,
0.7948051948051948,
0.7927461139896372,
0.7906976744186047,
0.788659793814433,
0.7866323907455013,
0.7846153846153847,
0.782608695652174,
0.7806122448979592,
0.7786259541984732,
0.7766497461928934,
0.7746835443037975,
0.7727272727272727,
0.7707808564231737,
0.7688442211055277,
0.7669172932330827,
0.765,
0.7630922693266833,
0.7611940298507462,
0.7593052109181141,
0.7574257425742575,
0.7555555555555554,
0.753694581280788,
0.7518427518427518,
0.7499999999999999,
0.7481662591687042,
0.7463414634146341,
0.7445255474452555,
0.7427184466019419,
0.7409200968523002,
0.7391304347826086,
0.7373493975903614,
0.735576923076923,
0.7338129496402878,
0.7320574162679425,
0.7303102625298329,
0.7285714285714285,
0.7268408551068885,
0.7251184834123223,
0.7234042553191489,
0.7216981132075472,
0.72,
0.7183098591549296,
0.7166276346604217,
0.7149532710280374,
0.7132867132867133,
0.7116279069767442,
0.7099767981438515,
0.7083333333333333,
0.7066974595842956,
0.7050691244239631,
0.7034482758620689,
0.7018348623853211,
0.700228832951945,
0.6986301369863014,
0.6970387243735764,
0.6954545454545454,
0.6938775510204082,
0.6923076923076924,
0.690744920993228,
0.6891891891891893,
0.6876404494382022,
0.6860986547085202,
0.6830357142857143,
0.6815144766146993,
0.6799999999999999,
0.6784922394678492,
0.6769911504424779,
0.6754966887417219,
0.6740088105726872,
0.6725274725274726,
0.6710526315789473,
0.6695842450765863,
0.6681222707423581,
0.6666666666666666,
0.6652173913043479,
0.6637744034707159,
0.6623376623376623,
0.6609071274298055,
0.6594827586206897,
0.6580645161290322,
0.6566523605150215,
0.6552462526766595,
0.6538461538461539,
0.6524520255863541,
0.651063829787234,
0.6496815286624203,
0.6483050847457628,
0.6469344608879494,
0.6455696202531646,
0.6442105263157895,
0.6428571428571429,
0.6415094339622641,
0.6401673640167364,
0.6388308977035491,
0.6375,
0.6361746361746362,
0.6348547717842323,
0.6322314049586777,
0.6309278350515465,
0.6296296296296297,
0.6283367556468172,
0.6270491803278688,
0.6257668711656442,
0.6244897959183674,
0.6232179226069247,
0.6219512195121951,
0.6206896551724138,
0.6194331983805668,
0.6181818181818182,
0.6169354838709677,
0.6156941649899396,
0.6144578313253012,
0.6132264529058116,
0.612,
0.6107784431137724,
0.6095617529880478,
0.6083499005964215,
0.6071428571428571,
0.6059405940594059,
0.6047430830039525,
0.6035502958579883,
0.6023622047244095,
0.6011787819253438,
0.6,
0.598825831702544,
0.59765625,
0.5964912280701754,
0.5953307392996109,
0.5941747572815533,
0.5930232558139535,
0.5918762088974855,
0.5907335907335908,
0.5895953757225433,
0.5884615384615385,
0.5873320537428024,
0.5862068965517241,
0.5850860420650096,
0.583969465648855,
0.5828571428571429,
0.5817490494296578,
0.5806451612903226,
0.5795454545454546,
0.5784499054820416,
0.5773584905660378,
0.576271186440678,
0.575187969924812,
0.574108818011257
],
[
0.008156606851549756,
0.016286644951140065,
0.024390243902439025,
0.03246753246753247,
0.04051863857374392,
0.04854368932038835,
0.05654281098546042,
0.06451612903225808,
0.07246376811594203,
0.08038585209003216,
0.08828250401284109,
0.09615384615384616,
0.10400000000000002,
0.11182108626198084,
0.11961722488038277,
0.12738853503184716,
0.13513513513513514,
0.14285714285714288,
0.15055467511885898,
0.1582278481012658,
0.16587677725118483,
0.1735015772870662,
0.1811023622047244,
0.18867924528301885,
0.19623233908948193,
0.20376175548589343,
0.2112676056338028,
0.21874999999999997,
0.22620904836193445,
0.23364485981308408,
0.2410575427682737,
0.2484472049689441,
0.2558139534883721,
0.2631578947368421,
0.2704791344667697,
0.2777777777777778,
0.2850539291217257,
0.2923076923076923,
0.2995391705069124,
0.3067484662576687,
0.3139356814701378,
0.3211009174311927,
0.3282442748091603,
0.33536585365853655,
0.34246575342465757,
0.3495440729483283,
0.35660091047040976,
0.36363636363636365,
0.37065052950075644,
0.3776435045317221,
0.3846153846153846,
0.39156626506024106,
0.3984962406015038,
0.4054054054054055,
0.41229385307346333,
0.4191616766467066,
0.4260089686098654,
0.4328358208955223,
0.4396423248882265,
0.4464285714285714,
0.4531946508172362,
0.45994065281899105,
0.46666666666666656,
0.47337278106508873,
0.48005908419497784,
0.4867256637168142,
0.49337260677466865,
0.5,
0.5066079295154184,
0.5131964809384164,
0.5197657393850659,
0.5263157894736842,
0.5328467153284672,
0.5393586005830904,
0.5458515283842794,
0.5523255813953488,
0.5587808417997097,
0.5652173913043478,
0.5716353111432707,
0.5780346820809249,
0.5844155844155844,
0.5907780979827089,
0.5971223021582733,
0.603448275862069,
0.6097560975609756,
0.6160458452722063,
0.6223175965665235,
0.6285714285714286,
0.6348074179743225,
0.6410256410256411,
0.6472261735419631,
0.6534090909090909,
0.6595744680851064,
0.6657223796033995,
0.671852899575672,
0.6779661016949153,
0.6840620592383639,
0.6901408450704225,
0.6962025316455696,
0.7022471910112359,
0.7082748948106591,
0.7142857142857142,
0.7202797202797203,
0.7262569832402235,
0.7322175732217573,
0.7381615598885793,
0.7440890125173852,
0.75,
0.7558945908460472,
0.7617728531855956,
0.7676348547717842,
0.7734806629834253,
0.7793103448275862,
0.7851239669421488,
0.7840440165061899,
0.7898351648351649,
0.7956104252400549,
0.8013698630136985,
0.8002735978112175,
0.8060109289617486,
0.8117326057298773,
0.8174386920980927,
0.8231292517006802,
0.828804347826087,
0.8344640434192674,
0.8401084010840107,
0.8457374830852503,
0.8445945945945946,
0.8502024291497976,
0.8557951482479784,
0.8613728129205922,
0.8669354838709679,
0.865771812080537,
0.8646112600536193,
0.8701472556894243,
0.8689839572192513,
0.8744993324432576,
0.8733333333333333,
0.8788282290279626,
0.8776595744680852,
0.8831341301460823,
0.8885941644562334,
0.8940397350993377,
0.8994708994708995,
0.8982826948480845,
0.9036939313984168,
0.9025032938076418,
0.9078947368421051,
0.9067017082785808,
0.9120734908136483,
0.9174311926605503,
0.9162303664921465,
0.9215686274509802,
0.9203655352480419,
0.925684485006519,
0.9244791666666669,
0.9232769830949286,
0.9220779220779222,
0.927367055771725,
0.9261658031088082,
0.9314359637774904,
0.9302325581395348,
0.9354838709677419,
0.9407216494845362,
0.9459459459459458,
0.9447300771208228,
0.9499358151476252,
0.9487179487179487,
0.9475032010243277,
0.9462915601023018,
0.9450830140485313,
0.9502551020408163,
0.9554140127388535,
0.9541984732824428,
0.9529860228716646,
0.9517766497461928,
0.9505703422053231,
0.9493670886075949,
0.9544879898862202,
0.9532828282828282,
0.9520807061790668,
0.9508816120906801,
0.9496855345911949,
0.9484924623115577,
0.9535759096612297,
0.9523809523809524,
0.9511889862327909,
0.9500000000000001,
0.9488139825218477,
0.9476309226932668,
0.9464508094645081,
0.9452736318407962,
0.9440993788819875,
0.9429280397022334,
0.9417596034696408,
0.9405940594059405,
0.9394313967861556,
0.9382716049382714,
0.93711467324291,
0.935960591133005,
0.940959409594096,
0.9398034398034398,
0.9386503067484662,
0.9375,
0.9363525091799265,
0.9352078239608802,
0.934065934065934,
0.9329268292682927,
0.9317904993909866,
0.9306569343065694,
0.9295261239368166,
0.9283980582524272,
0.9272727272727272,
0.9261501210653753,
0.9250302297460702,
0.9239130434782609,
0.9227985524728588,
0.9216867469879518,
0.9205776173285198,
0.9194711538461539,
0.9183673469387755,
0.9172661870503597,
0.9161676646706587,
0.9150717703349283,
0.913978494623656,
0.9128878281622913,
0.9117997616209774,
0.9107142857142857,
0.9096313912009513,
0.9085510688836105,
0.907473309608541,
0.9063981042654028,
0.9053254437869823,
0.9042553191489361,
0.9031877213695396,
0.902122641509434,
0.901060070671378,
0.9,
0.8989424206815511,
0.897887323943662,
0.8968347010550997,
0.8957845433255269,
0.8947368421052632,
0.8936915887850466,
0.8926487747957993,
0.8916083916083917,
0.890570430733411,
0.8895348837209303,
0.8885017421602788,
0.8874709976798144,
0.8864426419466975,
0.8854166666666666,
0.8843930635838151,
0.8833718244803694,
0.8823529411764706,
0.881336405529954,
0.8803222094361335,
0.8793103448275863,
0.878300803673938,
0.8772935779816514,
0.8762886597938144,
0.8752860411899315,
0.8742857142857143,
0.8732876712328768,
0.8722919042189282,
0.8712984054669705,
0.8703071672354948,
0.8693181818181818,
0.8683314415437003,
0.8673469387755102,
0.8663646659116648,
0.8653846153846154,
0.8644067796610169,
0.863431151241535,
0.862457722660654,
0.8614864864864865,
0.8605174353205849,
0.8595505617977528,
0.8585858585858586,
0.8576233183856502,
0.8566629339305711,
0.8557046979865771,
0.8547486033519552,
0.8537946428571428,
0.8528428093645485,
0.8518930957683741,
0.8509454949944382,
0.85,
0.8490566037735848,
0.8481152993348116,
0.8471760797342193,
0.8462389380530974,
0.8453038674033149,
0.8434399117971334,
0.8425110132158591,
0.8415841584158416,
0.8406593406593407,
0.8397365532381997,
0.8388157894736842,
0.8378970427163198,
0.836980306345733,
0.8360655737704918,
0.8351528384279476,
0.8342420937840785,
0.8333333333333334,
0.8324265505984765,
0.8315217391304349,
0.8306188925081434,
0.8297180043383948,
0.8288190682556881,
0.8279220779220778,
0.827027027027027,
0.826133909287257,
0.8252427184466018,
0.8243534482758621,
0.8234660925726588,
0.8225806451612903,
0.8216970998925887,
0.8208154506437768,
0.8199356913183281,
0.8190578158458245,
0.8181818181818182,
0.8173076923076923,
0.816435432230523,
0.8155650319829425,
0.8146964856230031,
0.8138297872340425,
0.8129649309245485,
0.8112407211028632,
0.8103813559322035,
0.8095238095238095,
0.8086680761099366,
0.8078141499472018,
0.8069620253164558,
0.8061116965226554,
0.8052631578947368,
0.8044164037854888,
0.8035714285714286,
0.8027282266526756,
0.8018867924528301,
0.8010471204188483,
0.8002092050209205,
0.7993730407523512,
0.7985386221294364,
0.7977059436913453,
0.7968749999999999,
0.7960457856399584,
0.7952182952182952,
0.7943925233644861,
0.7935684647302905,
0.7927461139896372,
0.7919254658385094,
0.7911065149948293,
0.7902892561983471,
0.7894736842105262,
0.7886597938144331,
0.787847579814624,
0.787037037037037,
0.7862281603288798,
0.7854209445585215,
0.7846153846153846,
0.783811475409836,
0.7830092118730809,
0.7822085889570553,
0.7814096016343206,
0.7806122448979591,
0.779816513761468,
0.7790224032586558,
0.7782299084435402,
0.7774390243902439,
0.7766497461928933,
0.7758620689655171,
0.7750759878419454,
0.7742914979757085,
0.7735085945399393,
0.7727272727272727,
0.7719475277497476,
0.7711693548387096
],
[
0.03184713375796179,
0.062111801242236024,
0.09090909090909091,
0.11834319526627218,
0.14450867052023122,
0.16949152542372883,
0.19337016574585633,
0.21621621621621626,
0.23809523809523808,
0.2590673575129534,
0.27918781725888325,
0.29850746268656714,
0.3170731707317073,
0.33492822966507174,
0.352112676056338,
0.3686635944700461,
0.38461538461538464,
0.39999999999999997,
0.4148471615720524,
0.4291845493562232,
0.4430379746835443,
0.4564315352697095,
0.4693877551020408,
0.4819277108433735,
0.4940711462450593,
0.5058365758754865,
0.5172413793103449,
0.5283018867924528,
0.5390334572490706,
0.5494505494505495,
0.5595667870036101,
0.5693950177935942,
0.5789473684210527,
0.5882352941176471,
0.5972696245733788,
0.6060606060606061,
0.6146179401993355,
0.6229508196721312,
0.6310679611650485,
0.6389776357827477,
0.6466876971608834,
0.6542056074766355,
0.6615384615384615,
0.6686930091185409,
0.6756756756756757,
0.6824925816023738,
0.6891495601173021,
0.6956521739130435,
0.7020057306590257,
0.708215297450425,
0.7142857142857143,
0.7202216066481995,
0.726027397260274,
0.7317073170731707,
0.7372654155495978,
0.7427055702917771,
0.7480314960629921,
0.7532467532467533,
0.7583547557840618,
0.7633587786259542,
0.7682619647355163,
0.7730673316708229,
0.7777777777777777,
0.7823960880195598,
0.7869249394673123,
0.7913669064748202,
0.7957244655581949,
0.8,
0.8041958041958043,
0.8083140877598153,
0.8123569794050344,
0.8163265306122449,
0.8202247191011235,
0.8240534521158128,
0.8278145695364237,
0.8315098468271335,
0.8351409978308026,
0.8387096774193549,
0.8422174840085288,
0.8456659619450317,
0.8490566037735848,
0.8523908523908523,
0.8556701030927835,
0.8588957055214723,
0.8620689655172413,
0.8651911468812876,
0.8682634730538922,
0.8712871287128712,
0.8742632612966602,
0.8771929824561404,
0.8800773694390716,
0.8829174664107485,
0.8857142857142857,
0.888468809073724,
0.8911819887429644,
0.8938547486033519,
0.8964879852125693,
0.8990825688073394,
0.9016393442622951,
0.9041591320072332,
0.9066427289048473,
0.9090909090909091,
0.9115044247787611,
0.913884007029877,
0.9162303664921466,
0.9185441941074524,
0.9208261617900173,
0.9230769230769231,
0.9252971137521223,
0.927487352445194,
0.9296482412060302,
0.9317803660565724,
0.9338842975206612,
0.9359605911330049,
0.9298531810766723,
0.9319286871961103,
0.9339774557165862,
0.936,
0.9300476947535771,
0.9320695102685624,
0.9340659340659341,
0.93603744149766,
0.937984496124031,
0.9399075500770417,
0.9418070444104135,
0.943683409436834,
0.94553706505295,
0.9398496240601504,
0.9417040358744394,
0.9435364041604755,
0.9453471196454948,
0.9471365638766521,
0.9416058394160584,
0.9361393323657475,
0.9379509379509379,
0.9325681492109039,
0.934379457917261,
0.9290780141843972,
0.930888575458392,
0.9256661991584851,
0.9274755927475593,
0.929264909847434,
0.9310344827586207,
0.9327846364883402,
0.927694406548431,
0.9294436906377206,
0.9244264507422404,
0.9261744966442951,
0.9212283044058746,
0.9229747675962816,
0.9247027741083221,
0.9198423127463863,
0.9215686274509802,
0.9167750325097531,
0.9184993531694696,
0.9137709137709138,
0.9090909090909092,
0.9044585987261146,
0.9062103929024081,
0.9016393442622952,
0.903387703889586,
0.898876404494382,
0.9006211180124224,
0.9023485784919654,
0.9040590405904058,
0.8996328029375766,
0.9013398294762484,
0.8969696969696969,
0.8926417370325692,
0.8883553421368547,
0.8841099163679809,
0.8858501783590964,
0.8875739644970414,
0.88339222614841,
0.8792497069167642,
0.8751458576429405,
0.8710801393728222,
0.8670520231213873,
0.8688147295742232,
0.8648339060710195,
0.8608893956670467,
0.8569807037457436,
0.8531073446327684,
0.8492688413948256,
0.8510638297872342,
0.8472686733556299,
0.8435072142064374,
0.839779005524862,
0.8360836083608362,
0.8324205914567361,
0.8287895310796074,
0.8251900108577632,
0.8216216216216216,
0.8180839612486545,
0.8145766345123259,
0.8110992529348986,
0.8076514346439957,
0.8042328042328042,
0.8008429926238145,
0.7974816369359917,
0.799373040752351,
0.7960457856399584,
0.7927461139896372,
0.7894736842105263,
0.7862281603288798,
0.7830092118730808,
0.7798165137614679,
0.7766497461928935,
0.7735085945399393,
0.770392749244713,
0.7673019057171516,
0.7642357642357642,
0.7611940298507462,
0.7581764122893954,
0.7551826258637709,
0.752212389380531,
0.7492654260528894,
0.7463414634146341,
0.7434402332361517,
0.7405614714424007,
0.7377049180327869,
0.7348703170028817,
0.7320574162679426,
0.7292659675881792,
0.7264957264957266,
0.7237464522232735,
0.7210179076343074,
0.7183098591549296,
0.7156220767072031,
0.7129543336439887,
0.7103064066852368,
0.7076780758556891,
0.7050691244239631,
0.7024793388429751,
0.6999085086916743,
0.6973564266180493,
0.6948228882833788,
0.6923076923076923,
0.689810640216411,
0.6873315363881402,
0.684870188003581,
0.6824264049955397,
0.68,
0.6775907883082374,
0.6751985878199471,
0.6728232189973615,
0.670464504820333,
0.6681222707423581,
0.6657963446475197,
0.6634865568083261,
0.6611927398444252,
0.6589147286821706,
0.6566523605150215,
0.6544054747647562,
0.6521739130434783,
0.6499575191163977,
0.6477561388653684,
0.6455696202531647,
0.6433978132884777,
0.6412405699916178,
0.6390977443609022,
0.6369691923397169,
0.6348547717842323,
0.6327543424317618,
0.6306677658697444,
0.628594905505341,
0.6265356265356264,
0.6244897959183673,
0.6224572823433686,
0.6204379562043796,
0.618431689571544,
0.6164383561643836,
0.6144578313253012,
0.6124899919935949,
0.6105347166799682,
0.6085918854415274,
0.6066613798572561,
0.6047430830039526,
0.602836879432624,
0.6009426551453259,
0.5990602975724355,
0.5971896955503512,
0.5953307392996108,
0.5934833204034135,
0.5916473317865428,
0.5898226676946801,
0.5880092236740968,
0.5862068965517241,
0.5844155844155844,
0.5826351865955827,
0.5808656036446469,
0.579106737320212,
0.5773584905660377,
0.5738934733683422,
0.5721765145848916,
0.5704697986577181,
0.5687732342007435,
0.5670867309117865,
0.565410199556541,
0.5637435519528371,
0.56208670095518,
0.5604395604395604,
0.5588020452885317,
0.5571740713765477,
0.5555555555555556,
0.5539464156408399,
0.5523465703971119,
0.550755939524838,
0.5491744436468055,
0.5476020042949177,
0.5460385438972163,
0.5444839857651245,
0.5429382540809085,
0.5414012738853503,
0.5398729710656316,
0.5383532723434202,
0.5368421052631579,
0.5353393981805459,
0.5338450802512211,
0.5323590814196243,
0.5308813324080499,
0.5294117647058822,
0.5279503105590062,
0.5264969029593943,
0.5250514756348662,
0.5236139630390143,
0.5221843003412969,
0.5207624234172906,
0.5179417738659445,
0.5165428764348414,
0.5151515151515151,
0.5137676292813969,
0.5123911587407904,
0.5110220440881763,
0.5096602265156562,
0.5083056478405316,
0.5069582504970179,
0.5056179775280899,
0.5042847725774555,
0.5029585798816568,
0.5016393442622952,
0.5003270111183781,
0.4990215264187867,
0.4977228366948601,
0.4964308890330954,
0.49514563106796117,
0.4938670109748225,
0.492594977462975,
0.49132947976878616,
0.490070467648943,
0.4888178913738019,
0.4875717017208413,
0.48633184996821355,
0.48509828788839565,
0.48387096774193544,
0.4826498422712934,
0.4814348646947766,
0.480225988700565,
0.47902316844082654,
0.47782635852592126,
0.4766355140186916,
0.47545059042883775,
0.4742715437073775,
0.4730983302411874,
0.4719309068476249,
0.4707692307692307,
0.46961325966850825,
0.4684629516227802,
0.46731826511912034,
0.4661791590493602,
0.46504559270516715,
0.46391752577319584,
0.4627949183303085,
0.46167773083886543,
0.4605659241420831,
0.45945945945945943,
0.45835829838226483,
0.45726240286909736
],
[
0.6,
0.6026315789473684,
0.6052631578947368,
0.6078947368421053,
0.6105263157894737,
0.6131578947368421,
0.6157894736842106,
0.618421052631579,
0.6210526315789474,
0.6236842105263158,
0.6263157894736842,
0.6289473684210526,
0.631578947368421,
0.6342105263157894,
0.6368421052631579,
0.6394736842105263,
0.6421052631578947,
0.6447368421052632,
0.6473684210526316,
0.65,
0.6526315789473685,
0.6552631578947369,
0.6578947368421053,
0.6605263157894737,
0.6631578947368421,
0.6657894736842105,
0.6684210526315789,
0.6710526315789473,
0.6736842105263158,
0.6763157894736842,
0.6789473684210526,
0.6815789473684211,
0.6842105263157895,
0.6868421052631579,
0.6894736842105263,
0.6921052631578948,
0.6947368421052632,
0.6973684210526315,
0.7,
0.7026315789473684,
0.7052631578947368,
0.7078947368421052,
0.7105263157894737,
0.7131578947368421,
0.7157894736842105,
0.718421052631579,
0.7210526315789474,
0.7236842105263158,
0.7263157894736842,
0.7289473684210527,
0.7315789473684211,
0.7342105263157894,
0.7368421052631579,
0.7394736842105263,
0.7421052631578947,
0.7447368421052631,
0.7473684210526316,
0.75,
0.7526315789473684,
0.7552631578947369,
0.7578947368421053,
0.7605263157894737,
0.7631578947368421,
0.7657894736842106,
0.7684210526315789,
0.7710526315789473,
0.7736842105263158,
0.7763157894736842,
0.7789473684210526,
0.781578947368421,
0.7842105263157895,
0.7868421052631579,
0.7894736842105263,
0.7921052631578948,
0.7947368421052632,
0.7973684210526316,
0.8,
0.8026315789473685,
0.8052631578947368,
0.8078947368421052,
0.8105263157894737,
0.8131578947368421,
0.8157894736842105,
0.8184210526315789,
0.8210526315789474,
0.8236842105263158,
0.8263157894736842,
0.8289473684210527,
0.8315789473684211,
0.8342105263157895,
0.8368421052631579,
0.8394736842105263,
0.8421052631578947,
0.8447368421052631,
0.8473684210526315,
0.85,
0.8526315789473684,
0.8552631578947368,
0.8578947368421053,
0.8605263157894737,
0.8631578947368421,
0.8657894736842106,
0.868421052631579,
0.8710526315789474,
0.8736842105263158,
0.8763157894736842,
0.8789473684210526,
0.881578947368421,
0.8842105263157894,
0.8868421052631579,
0.8894736842105263,
0.8921052631578947,
0.8947368421052632,
0.8973684210526316,
0.8947368421052632,
0.8973684210526316,
0.9,
0.9026315789473685,
0.9,
0.9026315789473685,
0.9052631578947369,
0.9078947368421053,
0.9105263157894737,
0.9131578947368421,
0.9157894736842105,
0.9184210526315789,
0.9210526315789473,
0.9184210526315789,
0.9210526315789473,
0.9236842105263158,
0.9263157894736842,
0.9289473684210526,
0.9263157894736842,
0.9236842105263158,
0.9263157894736842,
0.9236842105263158,
0.9263157894736842,
0.9236842105263158,
0.9263157894736842,
0.9236842105263158,
0.9263157894736842,
0.9289473684210526,
0.9315789473684211,
0.9342105263157895,
0.9315789473684211,
0.9342105263157895,
0.9315789473684211,
0.9342105263157895,
0.9315789473684211,
0.9342105263157895,
0.9368421052631579,
0.9342105263157895,
0.9368421052631579,
0.9342105263157895,
0.9368421052631579,
0.9342105263157895,
0.9315789473684211,
0.9289473684210526,
0.9315789473684211,
0.9289473684210526,
0.9315789473684211,
0.9289473684210526,
0.9315789473684211,
0.9342105263157895,
0.9368421052631579,
0.9342105263157895,
0.9368421052631579,
0.9342105263157895,
0.9315789473684211,
0.9289473684210526,
0.9263157894736842,
0.9289473684210526,
0.9315789473684211,
0.9289473684210526,
0.9263157894736842,
0.9236842105263158,
0.9210526315789473,
0.9184210526315789,
0.9210526315789473,
0.9184210526315789,
0.9157894736842105,
0.9131578947368421,
0.9105263157894737,
0.9078947368421053,
0.9105263157894737,
0.9078947368421053,
0.9052631578947369,
0.9026315789473685,
0.9,
0.8973684210526316,
0.8947368421052632,
0.8921052631578947,
0.8894736842105263,
0.8868421052631579,
0.8842105263157894,
0.881578947368421,
0.8789473684210526,
0.8763157894736842,
0.8736842105263158,
0.8710526315789474,
0.8736842105263158,
0.8710526315789474,
0.868421052631579,
0.8657894736842106,
0.8631578947368421,
0.8605263157894737,
0.8578947368421053,
0.8552631578947368,
0.8526315789473684,
0.85,
0.8473684210526315,
0.8447368421052631,
0.8421052631578947,
0.8394736842105263,
0.8368421052631579,
0.8342105263157895,
0.8315789473684211,
0.8289473684210527,
0.8263157894736842,
0.8236842105263158,
0.8210526315789474,
0.8184210526315789,
0.8157894736842105,
0.8131578947368421,
0.8105263157894737,
0.8078947368421052,
0.8052631578947368,
0.8026315789473685,
0.8,
0.7973684210526316,
0.7947368421052632,
0.7921052631578948,
0.7894736842105263,
0.7868421052631579,
0.7842105263157895,
0.781578947368421,
0.7789473684210526,
0.7763157894736842,
0.7736842105263158,
0.7710526315789473,
0.7684210526315789,
0.7657894736842106,
0.7631578947368421,
0.7605263157894737,
0.7578947368421053,
0.7552631578947369,
0.7526315789473684,
0.75,
0.7473684210526316,
0.7447368421052631,
0.7421052631578947,
0.7394736842105263,
0.7368421052631579,
0.7342105263157894,
0.7315789473684211,
0.7289473684210527,
0.7263157894736842,
0.7236842105263158,
0.7210526315789474,
0.718421052631579,
0.7157894736842105,
0.7131578947368421,
0.7105263157894737,
0.7078947368421052,
0.7052631578947368,
0.7026315789473684,
0.7,
0.6973684210526315,
0.6947368421052632,
0.6921052631578948,
0.6894736842105263,
0.6868421052631579,
0.6842105263157895,
0.6815789473684211,
0.6789473684210526,
0.6763157894736842,
0.6736842105263158,
0.6710526315789473,
0.6684210526315789,
0.6657894736842105,
0.6631578947368421,
0.6605263157894737,
0.6578947368421053,
0.6552631578947369,
0.6526315789473685,
0.65,
0.6473684210526316,
0.6447368421052632,
0.6421052631578947,
0.6394736842105263,
0.6368421052631579,
0.6342105263157894,
0.631578947368421,
0.6263157894736842,
0.6236842105263158,
0.6210526315789474,
0.618421052631579,
0.6157894736842106,
0.6131578947368421,
0.6105263157894737,
0.6078947368421053,
0.6052631578947368,
0.6026315789473684,
0.6,
0.5973684210526315,
0.5947368421052631,
0.5921052631578947,
0.5894736842105263,
0.5868421052631579,
0.5842105263157895,
0.5815789473684211,
0.5789473684210527,
0.5763157894736842,
0.5736842105263158,
0.5710526315789474,
0.5684210526315789,
0.5657894736842105,
0.5631578947368421,
0.5605263157894737,
0.5578947368421052,
0.5552631578947368,
0.5526315789473685,
0.55,
0.5473684210526316,
0.5447368421052632,
0.5421052631578948,
0.5394736842105263,
0.5368421052631579,
0.531578947368421,
0.5289473684210526,
0.5263157894736842,
0.5236842105263158,
0.5210526315789473,
0.5184210526315789,
0.5157894736842106,
0.5131578947368421,
0.5105263157894737,
0.5078947368421053,
0.5052631578947369,
0.5026315789473684,
0.5,
0.49736842105263157,
0.49473684210526314,
0.4921052631578947,
0.48947368421052634,
0.4868421052631579,
0.4842105263157895,
0.48157894736842105,
0.4789473684210526,
0.4763157894736842,
0.47368421052631576,
0.4710526315789474,
0.46842105263157896,
0.46578947368421053,
0.4631578947368421,
0.4605263157894737,
0.45789473684210524,
0.45526315789473687,
0.45263157894736844,
0.45,
0.4473684210526316,
0.44473684210526315,
0.4421052631578947,
0.4394736842105263,
0.4368421052631579,
0.4342105263157895,
0.43157894736842106,
0.42894736842105263,
0.4263157894736842,
0.4236842105263158,
0.42105263157894735,
0.41842105263157897,
0.41578947368421054,
0.4131578947368421,
0.4105263157894737,
0.40789473684210525,
0.4052631578947368,
0.4026315789473684
],
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0.991304347826087,
0.9913793103448276,
0.9914529914529915,
0.9915254237288136,
0.9831932773109243,
0.9833333333333333,
0.9834710743801653,
0.9836065573770492,
0.983739837398374,
0.9838709677419355,
0.984,
0.9841269841269841,
0.984251968503937,
0.9765625,
0.9767441860465116,
0.9769230769230769,
0.9770992366412213,
0.9772727272727273,
0.9699248120300752,
0.9626865671641791,
0.9629629629629629,
0.9558823529411765,
0.9562043795620438,
0.9492753623188406,
0.9496402877697842,
0.9428571428571428,
0.9432624113475178,
0.9436619718309859,
0.9440559440559441,
0.9444444444444444,
0.9379310344827586,
0.9383561643835616,
0.9319727891156463,
0.9324324324324325,
0.9261744966442953,
0.9266666666666666,
0.9271523178807947,
0.9210526315789473,
0.9215686274509803,
0.9155844155844156,
0.9161290322580645,
0.9102564102564102,
0.9044585987261147,
0.8987341772151899,
0.89937106918239,
0.89375,
0.8944099378881988,
0.8888888888888888,
0.8895705521472392,
0.8902439024390244,
0.8909090909090909,
0.8855421686746988,
0.8862275449101796,
0.8809523809523809,
0.8757396449704142,
0.8705882352941177,
0.8654970760233918,
0.8662790697674418,
0.8670520231213873,
0.8620689655172413,
0.8571428571428571,
0.8522727272727273,
0.847457627118644,
0.8426966292134831,
0.8435754189944135,
0.8388888888888889,
0.8342541436464088,
0.8296703296703297,
0.825136612021858,
0.8206521739130435,
0.8216216216216217,
0.8172043010752689,
0.8128342245989305,
0.8085106382978723,
0.8042328042328042,
0.8,
0.7958115183246073,
0.7916666666666666,
0.7875647668393783,
0.7835051546391752,
0.7794871794871795,
0.7755102040816326,
0.7715736040609137,
0.7676767676767676,
0.7638190954773869,
0.76,
0.7611940298507462,
0.7574257425742574,
0.7536945812807881,
0.75,
0.7463414634146341,
0.7427184466019418,
0.7391304347826086,
0.7355769230769231,
0.7320574162679426,
0.7285714285714285,
0.7251184834123223,
0.7216981132075472,
0.7183098591549296,
0.7149532710280374,
0.7116279069767442,
0.7083333333333334,
0.7050691244239631,
0.7018348623853211,
0.6986301369863014,
0.6954545454545454,
0.6923076923076923,
0.6891891891891891,
0.6860986547085202,
0.6830357142857143,
0.68,
0.6769911504424779,
0.6740088105726872,
0.6710526315789473,
0.6681222707423581,
0.6652173913043479,
0.6623376623376623,
0.6594827586206896,
0.6566523605150214,
0.6538461538461539,
0.6510638297872341,
0.6483050847457628,
0.6455696202531646,
0.6428571428571429,
0.6401673640167364,
0.6375,
0.6348547717842323,
0.6322314049586777,
0.6296296296296297,
0.6270491803278688,
0.6244897959183674,
0.6219512195121951,
0.6194331983805668,
0.6169354838709677,
0.6144578313253012,
0.612,
0.6095617529880478,
0.6071428571428571,
0.6047430830039525,
0.6023622047244095,
0.6,
0.59765625,
0.5953307392996109,
0.5930232558139535,
0.5907335907335908,
0.5884615384615385,
0.5862068965517241,
0.583969465648855,
0.5817490494296578,
0.5795454545454546,
0.5773584905660377,
0.575187969924812,
0.5730337078651685,
0.5708955223880597,
0.5687732342007435,
0.5666666666666667,
0.5645756457564576,
0.5625,
0.5604395604395604,
0.5583941605839416,
0.5563636363636364,
0.5543478260869565,
0.5523465703971119,
0.5503597122302158,
0.5483870967741935,
0.5464285714285714,
0.5444839857651246,
0.5425531914893617,
0.5406360424028268,
0.5387323943661971,
0.5368421052631579,
0.534965034965035,
0.5331010452961672,
0.53125,
0.5294117647058824,
0.5275862068965518,
0.5257731958762887,
0.523972602739726,
0.5221843003412969,
0.5186440677966102,
0.5168918918918919,
0.5151515151515151,
0.5134228187919463,
0.5117056856187291,
0.51,
0.5083056478405316,
0.5066225165562914,
0.504950495049505,
0.5032894736842105,
0.5016393442622951,
0.5,
0.498371335504886,
0.4967532467532468,
0.49514563106796117,
0.4935483870967742,
0.4919614147909968,
0.49038461538461536,
0.48881789137380194,
0.4872611464968153,
0.4857142857142857,
0.48417721518987344,
0.48264984227129337,
0.4811320754716981,
0.47962382445141066,
0.478125,
0.4766355140186916,
0.4751552795031056,
0.47368421052631576,
0.4722222222222222,
0.4707692307692308,
0.46932515337423314,
0.46788990825688076,
0.46646341463414637,
0.46504559270516715,
0.4622356495468278,
0.4608433734939759,
0.4594594594594595,
0.45808383233532934,
0.45671641791044776,
0.45535714285714285,
0.4540059347181009,
0.4526627218934911,
0.45132743362831856,
0.45,
0.44868035190615835,
0.4473684210526316,
0.446064139941691,
0.44476744186046513,
0.4434782608695652,
0.4421965317919075,
0.4409221902017291,
0.4396551724137931,
0.4383954154727794,
0.43714285714285717,
0.4358974358974359,
0.4346590909090909,
0.43342776203966005,
0.4322033898305085,
0.4309859154929577,
0.4297752808988764,
0.42857142857142855,
0.4273743016759777,
0.42618384401114207,
0.425,
0.42382271468144045,
0.42265193370165743,
0.4214876033057851,
0.42032967032967034,
0.4191780821917808,
0.4180327868852459,
0.41689373297002724,
0.4157608695652174,
0.4146341463414634,
0.4135135135135135,
0.4123989218328841,
0.4112903225806452,
0.4101876675603217,
0.4090909090909091,
0.408,
0.40691489361702127,
0.40583554376657827,
0.40476190476190477,
0.40369393139841686,
0.4026315789473684
],
[
0.006535947712418301,
0.013071895424836602,
0.0196078431372549,
0.026143790849673203,
0.032679738562091505,
0.0392156862745098,
0.0457516339869281,
0.05228758169934641,
0.058823529411764705,
0.06535947712418301,
0.0718954248366013,
0.0784313725490196,
0.08496732026143791,
0.0915032679738562,
0.09803921568627451,
0.10457516339869281,
0.1111111111111111,
0.11764705882352941,
0.12418300653594772,
0.13071895424836602,
0.13725490196078433,
0.1437908496732026,
0.1503267973856209,
0.1568627450980392,
0.16339869281045752,
0.16993464052287582,
0.17647058823529413,
0.1830065359477124,
0.1895424836601307,
0.19607843137254902,
0.20261437908496732,
0.20915032679738563,
0.21568627450980393,
0.2222222222222222,
0.22875816993464052,
0.23529411764705882,
0.24183006535947713,
0.24836601307189543,
0.2549019607843137,
0.26143790849673204,
0.2679738562091503,
0.27450980392156865,
0.28104575163398693,
0.2875816993464052,
0.29411764705882354,
0.3006535947712418,
0.30718954248366015,
0.3137254901960784,
0.3202614379084967,
0.32679738562091504,
0.3333333333333333,
0.33986928104575165,
0.3464052287581699,
0.35294117647058826,
0.35947712418300654,
0.3660130718954248,
0.37254901960784315,
0.3790849673202614,
0.38562091503267976,
0.39215686274509803,
0.39869281045751637,
0.40522875816993464,
0.4117647058823529,
0.41830065359477125,
0.42483660130718953,
0.43137254901960786,
0.43790849673202614,
0.4444444444444444,
0.45098039215686275,
0.45751633986928103,
0.46405228758169936,
0.47058823529411764,
0.477124183006536,
0.48366013071895425,
0.49019607843137253,
0.49673202614379086,
0.5032679738562091,
0.5098039215686274,
0.5163398692810458,
0.5228758169934641,
0.5294117647058824,
0.5359477124183006,
0.5424836601307189,
0.5490196078431373,
0.5555555555555556,
0.5620915032679739,
0.5686274509803921,
0.5751633986928104,
0.5816993464052288,
0.5882352941176471,
0.5947712418300654,
0.6013071895424836,
0.6078431372549019,
0.6143790849673203,
0.6209150326797386,
0.6274509803921569,
0.6339869281045751,
0.6405228758169934,
0.6470588235294118,
0.6535947712418301,
0.6601307189542484,
0.6666666666666666,
0.673202614379085,
0.6797385620915033,
0.6862745098039216,
0.6928104575163399,
0.6993464052287581,
0.7058823529411765,
0.7124183006535948,
0.7189542483660131,
0.7254901960784313,
0.7320261437908496,
0.738562091503268,
0.7450980392156863,
0.7450980392156863,
0.7516339869281046,
0.7581699346405228,
0.7647058823529411,
0.7647058823529411,
0.7712418300653595,
0.7777777777777778,
0.7843137254901961,
0.7908496732026143,
0.7973856209150327,
0.803921568627451,
0.8104575163398693,
0.8169934640522876,
0.8169934640522876,
0.8235294117647058,
0.8300653594771242,
0.8366013071895425,
0.8431372549019608,
0.8431372549019608,
0.8431372549019608,
0.8496732026143791,
0.8496732026143791,
0.8562091503267973,
0.8562091503267973,
0.8627450980392157,
0.8627450980392157,
0.869281045751634,
0.8758169934640523,
0.8823529411764706,
0.8888888888888888,
0.8888888888888888,
0.8954248366013072,
0.8954248366013072,
0.9019607843137255,
0.9019607843137255,
0.9084967320261438,
0.9150326797385621,
0.9150326797385621,
0.9215686274509803,
0.9215686274509803,
0.9281045751633987,
0.9281045751633987,
0.9281045751633987,
0.9281045751633987,
0.934640522875817,
0.934640522875817,
0.9411764705882353,
0.9411764705882353,
0.9477124183006536,
0.954248366013072,
0.9607843137254902,
0.9607843137254902,
0.9673202614379085,
0.9673202614379085,
0.9673202614379085,
0.9673202614379085,
0.9673202614379085,
0.9738562091503268,
0.9803921568627451,
0.9803921568627451,
0.9803921568627451,
0.9803921568627451,
0.9803921568627451,
0.9803921568627451,
0.9869281045751634,
0.9869281045751634,
0.9869281045751634,
0.9869281045751634,
0.9869281045751634,
0.9869281045751634,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
],
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0.9955947136563876,
0.9955947136563876,
0.9955947136563876,
0.9955947136563876,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.986784140969163,
0.986784140969163,
0.986784140969163,
0.986784140969163,
0.986784140969163,
0.9823788546255506,
0.9779735682819384,
0.9779735682819384,
0.973568281938326,
0.973568281938326,
0.9691629955947136,
0.9691629955947136,
0.9647577092511013,
0.9647577092511013,
0.9647577092511013,
0.9647577092511013,
0.9647577092511013,
0.960352422907489,
0.960352422907489,
0.9559471365638766,
0.9559471365638766,
0.9515418502202643,
0.9515418502202643,
0.9515418502202643,
0.947136563876652,
0.947136563876652,
0.9427312775330396,
0.9427312775330396,
0.9383259911894273,
0.933920704845815,
0.9295154185022027,
0.9295154185022027,
0.9251101321585903,
0.9251101321585903,
0.920704845814978,
0.920704845814978,
0.920704845814978,
0.920704845814978,
0.9162995594713657,
0.9162995594713657,
0.9118942731277533,
0.9074889867841409,
0.9030837004405287,
0.8986784140969163,
0.8986784140969163,
0.8986784140969163,
0.8942731277533039,
0.8898678414096917,
0.8854625550660793,
0.8810572687224669,
0.8766519823788547,
0.8766519823788547,
0.8722466960352423,
0.8678414096916299,
0.8634361233480177,
0.8590308370044053,
0.8546255506607929,
0.8546255506607929,
0.8502202643171806,
0.8458149779735683,
0.8414096916299559,
0.8370044052863436,
0.8325991189427313,
0.8281938325991189,
0.8237885462555066,
0.8193832599118943,
0.8149779735682819,
0.8105726872246696,
0.8061674008810573,
0.801762114537445,
0.7973568281938326,
0.7929515418502202,
0.788546255506608,
0.788546255506608,
0.7841409691629956,
0.7797356828193832,
0.775330396475771,
0.7709251101321586,
0.7665198237885462,
0.762114537444934,
0.7577092511013216,
0.7533039647577092,
0.748898678414097,
0.7444933920704846,
0.7400881057268722,
0.73568281938326,
0.7312775330396476,
0.7268722466960352,
0.7224669603524229,
0.7180616740088106,
0.7136563876651982,
0.7092511013215859,
0.7048458149779736,
0.7004405286343612,
0.6960352422907489,
0.6916299559471366,
0.6872246696035242,
0.6828193832599119,
0.6784140969162996,
0.6740088105726872,
0.6696035242290749,
0.6651982378854625,
0.6607929515418502,
0.6563876651982379,
0.6519823788546255,
0.6475770925110133,
0.6431718061674009,
0.6387665198237885,
0.6343612334801763,
0.6299559471365639,
0.6255506607929515,
0.6211453744493393,
0.6167400881057269,
0.6123348017621145,
0.6079295154185022,
0.6035242290748899,
0.5991189427312775,
0.5947136563876652,
0.5903083700440529,
0.5859030837004405,
0.5814977973568282,
0.5770925110132159,
0.5726872246696035,
0.5682819383259912,
0.5638766519823789,
0.5594713656387665,
0.5550660792951542,
0.5506607929515418,
0.5462555066079295,
0.5418502202643172,
0.5374449339207048,
0.5330396475770925,
0.5286343612334802,
0.5242290748898678,
0.5198237885462555,
0.5154185022026432,
0.5110132158590308,
0.5066079295154186,
0.5022026431718062,
0.4977973568281938,
0.4933920704845815,
0.4889867841409692,
0.4845814977973568,
0.4801762114537445,
0.47577092511013214,
0.4713656387665198,
0.4669603524229075,
0.46255506607929514,
0.4581497797356828,
0.45374449339207046,
0.44933920704845814,
0.44493392070484583,
0.44052863436123346,
0.43612334801762115,
0.43171806167400884,
0.42731277533039647,
0.42290748898678415,
0.4185022026431718,
0.41409691629955947,
0.40969162995594716,
0.4052863436123348,
0.4008810572687225,
0.3964757709251101,
0.3920704845814978,
0.3876651982378855,
0.3832599118942731,
0.3744493392070485,
0.3700440528634361,
0.3656387665198238,
0.36123348017621143,
0.3568281938325991,
0.3524229074889868,
0.34801762114537443,
0.3436123348017621,
0.3392070484581498,
0.33480176211453744,
0.3303964757709251,
0.32599118942731276,
0.32158590308370044,
0.31718061674008813,
0.31277533039647576,
0.30837004405286345,
0.3039647577092511,
0.29955947136563876,
0.29515418502202645,
0.2907488986784141,
0.28634361233480177,
0.28193832599118945,
0.2775330396475771,
0.27312775330396477,
0.2687224669603524,
0.2643171806167401,
0.2599118942731278,
0.2555066079295154,
0.2511013215859031,
0.24669603524229075,
0.2422907488986784,
0.23788546255506607,
0.23348017621145375,
0.2290748898678414,
0.22466960352422907,
0.21585903083700442,
0.21145374449339208,
0.20704845814977973,
0.2026431718061674,
0.19823788546255505,
0.19383259911894274,
0.1894273127753304,
0.18502202643171806,
0.18061674008810572,
0.1762114537444934,
0.17180616740088106,
0.16740088105726872,
0.16299559471365638,
0.15859030837004406,
0.15418502202643172,
0.14977973568281938,
0.14537444933920704,
0.14096916299559473,
0.13656387665198239,
0.13215859030837004,
0.1277533039647577,
0.12334801762114538,
0.11894273127753303,
0.1145374449339207,
0.11013215859030837,
0.10572687224669604,
0.1013215859030837,
0.09691629955947137,
0.09251101321585903,
0.0881057268722467,
0.08370044052863436,
0.07929515418502203,
0.07488986784140969,
0.07048458149779736,
0.06607929515418502,
0.06167400881057269,
0.05726872246696035,
0.05286343612334802,
0.048458149779735685,
0.04405286343612335,
0.039647577092511016,
0.03524229074889868,
0.030837004405286344,
0.02643171806167401,
0.022026431718061675,
0.01762114537444934,
0.013215859030837005,
0.00881057268722467,
0.004405286343612335,
0
],
[
0.06256732797236479,
0.08860052822465331,
0.10865686373879636,
0.12563287154206007,
0.14064897822683506,
0.15427907888841255,
0.1668636800141433,
0.17862438097255082,
0.18971493139087153,
0.20024715341762944,
0.2103053750626451,
0.21995504462021084,
0.2292481592659567,
0.23822683908011302,
0.24692576645448547,
0.25537390219384654,
0.2635957242565634,
0.27161214198026606,
0.2794411839743698,
0.2870985245829725,
0.2945978929151096,
0.30195139493719303,
0.3091697701862513,
0.31626259861770545,
0.3232384689313904,
0.33010511679145566,
0.3368695392664432,
0.3435380903029644,
0.35011656093612165,
0.35661024711488437,
0.3630240074006788,
0.36936231232661,
0.375629286843632,
0.38182874700049313,
0.38796423178612893,
0.39403903089153125,
0.40005620901205874,
0.40601862720254517,
0.4119289617102883,
0.4177897206404415,
0.4236032587509405,
0.4293717906271661,
0.43509740244795597,
0.44078206252270274,
0.44642763075280306,
0.4520358671486567,
0.45760843951492836,
0.4631469304012386,
0.46865284340233115,
0.47412760888063865,
0.47957258917471574,
0.48498908334893387,
0.49037833153292676,
0.4957415188933376,
0.5010797792753089,
0.5063941985467394,
0.5116858176745055,
0.516955635558519,
0.5222046116466027,
0.5274336683506314,
0.5326436932821788,
0.5378355413239652,
0.5430100365517018,
0.5481679740194129,
0.5533101214200008,
0.558437220631636,
0.5635499891595181,
0.5686491214816245,
0.5737352903062444,
0.5788091477483603,
0.583871326431284,
0.5889224405193676,
0.5939630866870873,
0.5989938450293251,
0.6040152799172496,
0.6090279408038177,
0.6140323629825754,
0.6190290683031235,
0.6240185658463389,
0.629001352562182,
0.6339779138726986,
0.6389487242426076,
0.6439142477196852,
0.648874938446977,
0.6538312411487169,
0.6587835915916869,
0.6637324170236204,
0.6686781365901366,
0.6736211617315783,
0.6785618965610308,
0.6835007382247068,
0.6884380772457958,
0.6933742978528025,
0.6983097782933273,
0.7032448911341753,
0.7081800035486213,
0.7131154775916041,
0.7180516704635698,
0.7229889347636405,
0.7279276187327365,
0.7328680664872458,
0.7378106182437911,
0.7427556105356177,
0.7477033764210845,
0.7526542456847215,
0.75760854503128,
0.7625665982731832,
0.7675287265117582,
0.7724952483126076,
0.7774664798754634,
0.78244273519884,
0.7874243262397916,
0.7924115630690595,
0.7974047540218798,
0.7907239301036277,
0.7957583977307829,
0.8007991509072367,
0.8058465030233309,
0.7993308231210243,
0.8044184811405174,
0.8095131262227686,
0.8146150763599737,
0.8197246484204738,
0.8248421582889062,
0.8299679210033167,
0.8351022508894339,
0.840245461692292,
0.8340446298751638,
0.8392281266877182,
0.8444209728048275,
0.849623487878413,
0.8548359913872264,
0.848808851124481,
0.8428309359763142,
0.8481130436606616,
0.8422121915244419,
0.8475334400701514,
0.8417075569460639,
0.8470676033020452,
0.8413147074371815,
0.8467132744475068,
0.8521230417477832,
0.8575443586516404,
0.8629775749654885,
0.8573769907246402,
0.8628494552287159,
0.8573168614600208,
0.8628284794369349,
0.8573623061042422,
0.8629130382857153,
0.8684770559879789,
0.8631016614721307,
0.8687051913276324,
0.8633930119252332,
0.8690361383414832,
0.8637858805670932,
0.8585713426707489,
0.8533918882902113,
0.8591244229691521,
0.8540038481811221,
0.8597758587359856,
0.8547130919261511,
0.860524864326805,
0.8663525821230236,
0.8721966568938849,
0.8672390780797765,
0.8731242610312002,
0.8682222905112466,
0.8633510661849709,
0.8585100729231477,
0.8536988051133774,
0.8596970220845152,
0.8657134420896637,
0.8609784858706295,
0.8562719364819413,
0.851593329723264,
0.8469422095991623,
0.8423181280968011,
0.8484704455674094,
0.8438959923114292,
0.8393475804189285,
0.8348247909981419,
0.8303272121964979,
0.8258544390130564,
0.832141560916088,
0.8277158715702141,
0.8233141100289417,
0.8189358966630613,
0.8145808579053981,
0.8102486260914228,
0.8059388393040373,
0.801651141222387,
0.7973851809745465,
0.7931406129939413,
0.7889170968793672,
0.7847142972584714,
0.7805318836545753,
0.7763695303567064,
0.7722269162927273,
0.768103724905443,
0.7747494446289014,
0.7706676039974562,
0.7666045649304761,
0.762560028690744,
0.7585337005559629,
0.754525289711235,
0.7505345091438639,
0.7465610755403941,
0.7426047091857996,
0.7386651338647394,
0.7347420767647959,
0.7308352683816178,
0.7269444424258918,
0.723069335732065,
0.7192096881687449,
0.7153652425507078,
0.7115357445524416,
0.707720942623157,
0.7039205879031986,
0.7001344341417907,
0.6963622376160519,
0.6926037570512176,
0.688858753542004,
0.6851269904750558,
0.6814082334524144,
0.6777022502159487,
0.6740088105726872,
0.6703276863209949,
0.6666586511775351,
0.6630014807049603,
0.659355952240273,
0.6557218448238002,
0.6520989391287271,
0.6484870173911264,
0.6448858633404355,
0.6412952621303172,
0.6377150002698494,
0.6341448655549886,
0.6305846470002439,
0.627034134770509,
0.6234931201129892,
0.6199613952891646,
0.6164387535067297,
0.6129249888514475,
0.6094198962188543,
0.6059232712457533,
0.6024349102414309,
0.5989546101185271,
0.5954821683234965,
0.5920173827665851,
0.5885600517512523,
0.5851099739029664,
0.5816669480972934,
0.5782307733872031,
0.5748012489295106,
0.5713781739103668,
0.5679613474697138,
0.5645505686246108,
0.5611456361913398,
0.5577463487061896,
0.5543525043448173,
0.5509639008400824,
0.5475803353982369,
0.5442016046133606,
0.5408275043799157,
0.5374578298032935,
0.5340923751082207,
0.5307309335448815,
0.5273732972926103,
0.5240192573609951,
0.5206686034882333,
0.5173211240365595,
0.5139766058845684,
0.5106348343162371,
0.5072955929064422,
0.5039586634027574,
0.5006238256033018,
0.4972908572303967,
0.4939595337997736,
0.4906296284850603,
0.48730091197725545,
0.4839731523388819,
0.48064611485249087,
0.4773195618631677,
0.4739932526146644,
0.47066694307876245,
0.4673403857774395,
0.4640133295973865,
0.46068551959638826,
0.4573566968010472,
0.4540265979952928,
0.4506949554990789,
0.44736149693662525,
0.44068801716191053,
0.4373474254730726,
0.4340038762163517,
0.43065706964369593,
0.42730669965869117,
0.4239524534890478,
0.420594011341365,
0.4172310460369071,
0.4138632226270222,
0.41049019798671416,
0.4071116203847541,
0.4037271290285759,
0.4003363535820456,
0.39693891365402306,
0.39353441825544694,
0.39012246522246313,
0.38670264060288717,
0.38327451800303325,
0.37983765789165763,
0.3763916068574463,
0.3729358968161239,
0.3694700441628642,
0.36599354886524393,
0.3625058934914831,
0.3590065421681645,
0.3554949394609983,
0.35197050917149875,
0.34843265304164495,
0.3448807493577063,
0.34131415144339705,
0.33773218603137556,
0.33413415150079584,
0.33051931596712686,
0.3268869152087528,
0.3232361504129141,
0.31587614555311305,
0.31216511168012995,
0.30843212002548037,
0.30467615715305935,
0.30089615641047956,
0.2970909936827027,
0.29325948270721264,
0.28940036989408113,
0.2855123285854357,
0.28159395267835924,
0.27764374952279347,
0.27366013199114275,
0.2696414095984361,
0.2655857785304153,
0.2614913104109151,
0.2573559396082619,
0.25317744884174315,
0.24895345280163578,
0.24468137943746193,
0.2403584484959353,
0.23598164679835512,
0.23154769963151345,
0.22705303747914454,
0.22249375713256705,
0.21786557597578296,
0.21316377792294686,
0.2083831490682663,
0.20351790055238123,
0.19856157540093292,
0.1935069350713427,
0.18834582003558845,
0.183068976753219,
0.17766584057821233,
0.17212426006898024,
0.1664301421477369,
0.16056698845487793,
0.15451527915282545,
0.14825163800393065,
0.1417476757030163,
0.13496834569558283,
0.1278695352546403,
0.12039440655859152,
0.11246759049411421,
0.10398545845782872,
0.09479865052293289,
0.08467766231689511,
0.07323568348914469,
0.05971753664481038,
0.042170930307364816,
0
],
[
0.006535947712418301,
0.013071895424836602,
0.0196078431372549,
0.026143790849673203,
0.032679738562091505,
0.0392156862745098,
0.0457516339869281,
0.05228758169934641,
0.058823529411764705,
0.06535947712418301,
0.0718954248366013,
0.0784313725490196,
0.08496732026143791,
0.0915032679738562,
0.09803921568627451,
0.10457516339869281,
0.1111111111111111,
0.11764705882352941,
0.12418300653594772,
0.13071895424836602,
0.13725490196078433,
0.1437908496732026,
0.1503267973856209,
0.1568627450980392,
0.16339869281045752,
0.16993464052287582,
0.17647058823529413,
0.1830065359477124,
0.1895424836601307,
0.19607843137254902,
0.20261437908496732,
0.20915032679738563,
0.21568627450980393,
0.2222222222222222,
0.22875816993464052,
0.23529411764705882,
0.24183006535947713,
0.24836601307189543,
0.2549019607843137,
0.26143790849673204,
0.2679738562091503,
0.27450980392156865,
0.28104575163398693,
0.2875816993464052,
0.29411764705882354,
0.3006535947712418,
0.30718954248366015,
0.3137254901960784,
0.3202614379084967,
0.32679738562091504,
0.3333333333333333,
0.33986928104575165,
0.3464052287581699,
0.35294117647058826,
0.35947712418300654,
0.3660130718954248,
0.37254901960784315,
0.3790849673202614,
0.38562091503267976,
0.39215686274509803,
0.39869281045751637,
0.40522875816993464,
0.4117647058823529,
0.41830065359477125,
0.42483660130718953,
0.43137254901960786,
0.43790849673202614,
0.4444444444444444,
0.45098039215686275,
0.45751633986928103,
0.46405228758169936,
0.47058823529411764,
0.477124183006536,
0.48366013071895425,
0.49019607843137253,
0.49673202614379086,
0.5032679738562091,
0.5098039215686274,
0.5163398692810458,
0.5228758169934641,
0.5294117647058824,
0.5359477124183006,
0.5424836601307189,
0.5490196078431373,
0.5555555555555556,
0.5620915032679739,
0.5686274509803921,
0.5751633986928104,
0.5816993464052288,
0.5882352941176471,
0.5947712418300654,
0.6013071895424836,
0.6078431372549019,
0.6143790849673203,
0.6209150326797386,
0.6274509803921569,
0.6339869281045751,
0.6405228758169934,
0.6470588235294118,
0.6535947712418301,
0.6601307189542484,
0.6666666666666666,
0.673202614379085,
0.6797385620915033,
0.6862745098039216,
0.6928104575163399,
0.6993464052287581,
0.7058823529411765,
0.7124183006535948,
0.7189542483660131,
0.7254901960784313,
0.7320261437908496,
0.738562091503268,
0.7450980392156863,
0.7450980392156863,
0.7516339869281046,
0.7581699346405228,
0.7647058823529411,
0.7647058823529411,
0.7712418300653595,
0.7777777777777778,
0.7843137254901961,
0.7908496732026143,
0.7973856209150327,
0.803921568627451,
0.8104575163398693,
0.8169934640522876,
0.8169934640522876,
0.8235294117647058,
0.8300653594771242,
0.8366013071895425,
0.8431372549019608,
0.8431372549019608,
0.8431372549019608,
0.8496732026143791,
0.8496732026143791,
0.8562091503267973,
0.8562091503267973,
0.8627450980392157,
0.8627450980392157,
0.869281045751634,
0.8758169934640523,
0.8823529411764706,
0.8888888888888888,
0.8888888888888888,
0.8954248366013072,
0.8954248366013072,
0.9019607843137255,
0.9019607843137255,
0.9084967320261438,
0.9150326797385621,
0.9150326797385621,
0.9215686274509803,
0.9215686274509803,
0.9281045751633987,
0.9281045751633987,
0.9281045751633987,
0.9281045751633987,
0.9295154185022027,
0.9251101321585903,
0.9251101321585903,
0.920704845814978,
0.920704845814978,
0.920704845814978,
0.920704845814978,
0.9162995594713657,
0.9162995594713657,
0.9118942731277533,
0.9074889867841409,
0.9030837004405287,
0.8986784140969163,
0.8986784140969163,
0.8986784140969163,
0.8942731277533039,
0.8898678414096917,
0.8854625550660793,
0.8810572687224669,
0.8766519823788547,
0.8766519823788547,
0.8722466960352423,
0.8678414096916299,
0.8634361233480177,
0.8590308370044053,
0.8546255506607929,
0.8546255506607929,
0.8502202643171806,
0.8458149779735683,
0.8414096916299559,
0.8370044052863436,
0.8325991189427313,
0.8281938325991189,
0.8237885462555066,
0.8193832599118943,
0.8149779735682819,
0.8105726872246696,
0.8061674008810573,
0.801762114537445,
0.7973568281938326,
0.7929515418502202,
0.788546255506608,
0.788546255506608,
0.7841409691629956,
0.7797356828193832,
0.775330396475771,
0.7709251101321586,
0.7665198237885462,
0.762114537444934,
0.7577092511013216,
0.7533039647577092,
0.748898678414097,
0.7444933920704846,
0.7400881057268722,
0.73568281938326,
0.7312775330396476,
0.7268722466960352,
0.7224669603524229,
0.7180616740088106,
0.7136563876651982,
0.7092511013215859,
0.7048458149779736,
0.7004405286343612,
0.6960352422907489,
0.6916299559471366,
0.6872246696035242,
0.6828193832599119,
0.6784140969162996,
0.6740088105726872,
0.6696035242290749,
0.6651982378854625,
0.6607929515418502,
0.6563876651982379,
0.6519823788546255,
0.6475770925110133,
0.6431718061674009,
0.6387665198237885,
0.6343612334801763,
0.6299559471365639,
0.6255506607929515,
0.6211453744493393,
0.6167400881057269,
0.6123348017621145,
0.6079295154185022,
0.6035242290748899,
0.5991189427312775,
0.5947136563876652,
0.5903083700440529,
0.5859030837004405,
0.5814977973568282,
0.5770925110132159,
0.5726872246696035,
0.5682819383259912,
0.5638766519823789,
0.5594713656387665,
0.5550660792951542,
0.5506607929515418,
0.5462555066079295,
0.5418502202643172,
0.5374449339207048,
0.5330396475770925,
0.5286343612334802,
0.5242290748898678,
0.5198237885462555,
0.5154185022026432,
0.5110132158590308,
0.5066079295154186,
0.5022026431718062,
0.4977973568281938,
0.4933920704845815,
0.4889867841409692,
0.4845814977973568,
0.4801762114537445,
0.47577092511013214,
0.4713656387665198,
0.4669603524229075,
0.46255506607929514,
0.4581497797356828,
0.45374449339207046,
0.44933920704845814,
0.44493392070484583,
0.44052863436123346,
0.43612334801762115,
0.43171806167400884,
0.42731277533039647,
0.42290748898678415,
0.4185022026431718,
0.41409691629955947,
0.40969162995594716,
0.4052863436123348,
0.4008810572687225,
0.3964757709251101,
0.3920704845814978,
0.3876651982378855,
0.3832599118942731,
0.3744493392070485,
0.3700440528634361,
0.3656387665198238,
0.36123348017621143,
0.3568281938325991,
0.3524229074889868,
0.34801762114537443,
0.3436123348017621,
0.3392070484581498,
0.33480176211453744,
0.3303964757709251,
0.32599118942731276,
0.32158590308370044,
0.31718061674008813,
0.31277533039647576,
0.30837004405286345,
0.3039647577092511,
0.29955947136563876,
0.29515418502202645,
0.2907488986784141,
0.28634361233480177,
0.28193832599118945,
0.2775330396475771,
0.27312775330396477,
0.2687224669603524,
0.2643171806167401,
0.2599118942731278,
0.2555066079295154,
0.2511013215859031,
0.24669603524229075,
0.2422907488986784,
0.23788546255506607,
0.23348017621145375,
0.2290748898678414,
0.22466960352422907,
0.21585903083700442,
0.21145374449339208,
0.20704845814977973,
0.2026431718061674,
0.19823788546255505,
0.19383259911894274,
0.1894273127753304,
0.18502202643171806,
0.18061674008810572,
0.1762114537444934,
0.17180616740088106,
0.16740088105726872,
0.16299559471365638,
0.15859030837004406,
0.15418502202643172,
0.14977973568281938,
0.14537444933920704,
0.14096916299559473,
0.13656387665198239,
0.13215859030837004,
0.1277533039647577,
0.12334801762114538,
0.11894273127753303,
0.1145374449339207,
0.11013215859030837,
0.10572687224669604,
0.1013215859030837,
0.09691629955947137,
0.09251101321585903,
0.0881057268722467,
0.08370044052863436,
0.07929515418502203,
0.07488986784140969,
0.07048458149779736,
0.06607929515418502,
0.06167400881057269,
0.05726872246696035,
0.05286343612334802,
0.048458149779735685,
0.04405286343612335,
0.039647577092511016,
0.03524229074889868,
0.030837004405286344,
0.02643171806167401,
0.022026431718061675,
0.01762114537444934,
0.013215859030837005,
0.00881057268722467,
0.004405286343612335,
0
],
[
0.5032679738562091,
0.5065359477124183,
0.5098039215686274,
0.5130718954248366,
0.5163398692810458,
0.5196078431372549,
0.5228758169934641,
0.5261437908496732,
0.5294117647058824,
0.5326797385620915,
0.5359477124183006,
0.5392156862745098,
0.5424836601307189,
0.545751633986928,
0.5490196078431373,
0.5522875816993464,
0.5555555555555556,
0.5588235294117647,
0.5620915032679739,
0.565359477124183,
0.5686274509803921,
0.5718954248366013,
0.5751633986928104,
0.5784313725490196,
0.5816993464052288,
0.5849673202614379,
0.5882352941176471,
0.5915032679738562,
0.5947712418300654,
0.5980392156862745,
0.6013071895424836,
0.6045751633986928,
0.607843137254902,
0.6111111111111112,
0.6143790849673203,
0.6176470588235294,
0.6209150326797386,
0.6241830065359477,
0.6274509803921569,
0.630718954248366,
0.6339869281045751,
0.6372549019607843,
0.6405228758169934,
0.6437908496732025,
0.6470588235294118,
0.6503267973856209,
0.6535947712418301,
0.6568627450980392,
0.6601307189542484,
0.6633986928104575,
0.6666666666666666,
0.6699346405228759,
0.673202614379085,
0.6764705882352942,
0.6797385620915033,
0.6830065359477124,
0.6862745098039216,
0.6895424836601307,
0.6928104575163399,
0.696078431372549,
0.6993464052287581,
0.7026143790849673,
0.7058823529411764,
0.7091503267973857,
0.7124183006535948,
0.7156862745098039,
0.7189542483660131,
0.7222222222222222,
0.7254901960784313,
0.7287581699346405,
0.7320261437908497,
0.7352941176470589,
0.738562091503268,
0.7418300653594772,
0.7450980392156863,
0.7483660130718954,
0.7516339869281046,
0.7549019607843137,
0.7581699346405228,
0.761437908496732,
0.7647058823529411,
0.7679738562091503,
0.7712418300653594,
0.7745098039215687,
0.7777777777777778,
0.7810457516339869,
0.7843137254901961,
0.7875816993464052,
0.7908496732026145,
0.7941176470588236,
0.7973856209150327,
0.8006535947712419,
0.803921568627451,
0.8071895424836601,
0.8104575163398693,
0.8137254901960784,
0.8169934640522876,
0.8202614379084967,
0.8235294117647058,
0.826797385620915,
0.8300653594771241,
0.8333333333333333,
0.8366013071895425,
0.8398692810457516,
0.8431372549019608,
0.8464052287581699,
0.8496732026143791,
0.8529411764705883,
0.8562091503267975,
0.8594771241830066,
0.8627450980392157,
0.8660130718954249,
0.869281045751634,
0.8725490196078431,
0.870346376436037,
0.8736143502922461,
0.8768823241484552,
0.8801502980046644,
0.8779476548328582,
0.8812156286890674,
0.8844836025452766,
0.8877515764014857,
0.8910195502576949,
0.8942875241139041,
0.8975554979701132,
0.9008234718263224,
0.9040914456825315,
0.9018888025107252,
0.9051567763669344,
0.9084247502231436,
0.9116927240793528,
0.9149606979355619,
0.9127580547637557,
0.9105554115919496,
0.9138233854481588,
0.9116207422763525,
0.9148887161325616,
0.9126860729607555,
0.9159540468169647,
0.9137514036451585,
0.9170193775013676,
0.9202873513575768,
0.9235553252137859,
0.926823299069995,
0.9246206558981889,
0.9278886297543981,
0.9256859865825919,
0.9289539604388011,
0.9267513172669949,
0.930019291123204,
0.9332872649794132,
0.931084621807607,
0.9343525956638161,
0.93214995249201,
0.9354179263482192,
0.933215283176413,
0.9310126400046068,
0.9288099968328007,
0.9320779706890099,
0.9298753275172036,
0.9331433013734127,
0.9309406582016067,
0.9342086320578158,
0.9374766059140249,
0.9407445797702341,
0.938541936598428,
0.9418099104546371,
0.9396072672828308,
0.9374046241110248,
0.9352019809392186,
0.9329993377674124,
0.9362673116236215,
0.9395352854798307,
0.9373326423080245,
0.9351299991362183,
0.9329273559644122,
0.9307247127926059,
0.9285220696207999,
0.931790043477009,
0.9295874003052029,
0.9273847571333966,
0.9251821139615906,
0.9229794707897844,
0.9207768276179782,
0.9240448014741873,
0.9218421583023811,
0.919639515130575,
0.9174368719587689,
0.9152342287869626,
0.9130315856151565,
0.9108289424433503,
0.9086262992715441,
0.9064236560997381,
0.9042210129279318,
0.9020183697561257,
0.8998157265843195,
0.8976130834125133,
0.8954104402407072,
0.893207797068901,
0.8910051538970949,
0.894273127753304,
0.8920704845814977,
0.8898678414096917,
0.8876651982378855,
0.8854625550660793,
0.8832599118942731,
0.8810572687224669,
0.8788546255506609,
0.8766519823788546,
0.8744493392070485,
0.8722466960352423,
0.8700440528634361,
0.86784140969163,
0.8656387665198237,
0.8634361233480177,
0.8612334801762114,
0.8590308370044053,
0.8568281938325991,
0.8546255506607929,
0.8524229074889869,
0.8502202643171806,
0.8480176211453745,
0.8458149779735683,
0.8436123348017621,
0.8414096916299559,
0.8392070484581498,
0.8370044052863437,
0.8348017621145374,
0.8325991189427313,
0.8303964757709251,
0.8281938325991189,
0.8259911894273128,
0.8237885462555066,
0.8215859030837005,
0.8193832599118942,
0.8171806167400881,
0.8149779735682819,
0.8127753303964758,
0.8105726872246697,
0.8083700440528634,
0.8061674008810573,
0.803964757709251,
0.801762114537445,
0.7995594713656388,
0.7973568281938326,
0.7951541850220265,
0.7929515418502202,
0.7907488986784141,
0.788546255506608,
0.7863436123348018,
0.7841409691629956,
0.7819383259911894,
0.7797356828193833,
0.777533039647577,
0.775330396475771,
0.7731277533039648,
0.7709251101321586,
0.7687224669603524,
0.7665198237885462,
0.7643171806167401,
0.7621145374449338,
0.7599118942731278,
0.7577092511013216,
0.7555066079295154,
0.7533039647577093,
0.751101321585903,
0.748898678414097,
0.7466960352422908,
0.7444933920704846,
0.7422907488986784,
0.7400881057268722,
0.737885462555066,
0.7356828193832599,
0.7334801762114538,
0.7312775330396476,
0.7290748898678414,
0.7268722466960352,
0.724669603524229,
0.722466960352423,
0.7202643171806167,
0.7180616740088106,
0.7158590308370044,
0.7136563876651982,
0.711453744493392,
0.7092511013215859,
0.7070484581497798,
0.7048458149779736,
0.7026431718061674,
0.7004405286343612,
0.698237885462555,
0.6960352422907489,
0.6938325991189427,
0.6916299559471366,
0.6872246696035242,
0.6850220264317181,
0.6828193832599119,
0.6806167400881057,
0.6784140969162995,
0.6762114537444934,
0.6740088105726872,
0.6718061674008811,
0.6696035242290749,
0.6674008810572687,
0.6651982378854626,
0.6629955947136563,
0.6607929515418502,
0.6585903083700441,
0.6563876651982379,
0.6541850220264317,
0.6519823788546255,
0.6497797356828194,
0.6475770925110133,
0.6453744493392071,
0.6431718061674009,
0.6409691629955947,
0.6387665198237885,
0.6365638766519823,
0.6343612334801763,
0.6321585903083701,
0.6299559471365639,
0.6277533039647577,
0.6255506607929515,
0.6233480176211453,
0.6211453744493391,
0.6189427312775331,
0.6167400881057269,
0.6145374449339207,
0.6123348017621145,
0.6079295154185023,
0.6057268722466961,
0.6035242290748899,
0.6013215859030837,
0.5991189427312775,
0.5969162995594713,
0.5947136563876652,
0.5925110132158591,
0.5903083700440529,
0.5881057268722467,
0.5859030837004405,
0.5837004405286343,
0.5814977973568282,
0.579295154185022,
0.5770925110132159,
0.5748898678414097,
0.5726872246696035,
0.5704845814977973,
0.5682819383259912,
0.566079295154185,
0.5638766519823788,
0.5616740088105727,
0.5594713656387665,
0.5572687224669604,
0.5550660792951542,
0.552863436123348,
0.5506607929515418,
0.5484581497797357,
0.5462555066079295,
0.5440528634361234,
0.5418502202643172,
0.539647577092511,
0.5374449339207048,
0.5352422907488987,
0.5330396475770925,
0.5308370044052864,
0.5286343612334802,
0.526431718061674,
0.5242290748898678,
0.5220264317180616,
0.5198237885462555,
0.5176211453744494,
0.5154185022026432,
0.513215859030837,
0.5110132158590308,
0.5088105726872246,
0.5066079295154186,
0.5044052863436124,
0.5022026431718062,
0.5
],
[
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
227,
226,
226,
226,
226,
225,
225,
225,
225,
225,
225,
225,
225,
225,
224,
224,
224,
224,
224,
223,
222,
222,
221,
221,
220,
220,
219,
219,
219,
219,
219,
218,
218,
217,
217,
216,
216,
216,
215,
215,
214,
214,
213,
212,
211,
211,
210,
210,
209,
209,
209,
209,
208,
208,
207,
206,
205,
204,
204,
204,
203,
202,
201,
200,
199,
199,
198,
197,
196,
195,
194,
194,
193,
192,
191,
190,
189,
188,
187,
186,
185,
184,
183,
182,
181,
180,
179,
179,
178,
177,
176,
175,
174,
173,
172,
171,
170,
169,
168,
167,
166,
165,
164,
163,
162,
161,
160,
159,
158,
157,
156,
155,
154,
153,
152,
151,
150,
149,
148,
147,
146,
145,
144,
143,
142,
141,
140,
139,
138,
137,
136,
135,
134,
133,
132,
131,
130,
129,
128,
127,
126,
125,
124,
123,
122,
121,
120,
119,
118,
117,
116,
115,
114,
113,
112,
111,
110,
109,
108,
107,
106,
105,
104,
103,
102,
101,
100,
99,
98,
97,
96,
95,
94,
93,
92,
91,
90,
89,
88,
87,
85,
84,
83,
82,
81,
80,
79,
78,
77,
76,
75,
74,
73,
72,
71,
70,
69,
68,
67,
66,
65,
64,
63,
62,
61,
60,
59,
58,
57,
56,
55,
54,
53,
52,
51,
49,
48,
47,
46,
45,
44,
43,
42,
41,
40,
39,
38,
37,
36,
35,
34,
33,
32,
31,
30,
29,
28,
27,
26,
25,
24,
23,
22,
21,
20,
19,
18,
17,
16,
15,
14,
13,
12,
11,
10,
9,
8,
7,
6,
5,
4,
3,
2,
1,
0
],
[
152,
151,
150,
149,
148,
147,
146,
145,
144,
143,
142,
141,
140,
139,
138,
137,
136,
135,
134,
133,
132,
131,
130,
129,
128,
127,
126,
125,
124,
123,
122,
121,
120,
119,
118,
117,
116,
115,
114,
113,
112,
111,
110,
109,
108,
107,
106,
105,
104,
103,
102,
101,
100,
99,
98,
97,
96,
95,
94,
93,
92,
91,
90,
89,
88,
87,
86,
85,
84,
83,
82,
81,
80,
79,
78,
77,
76,
75,
74,
73,
72,
71,
70,
69,
68,
67,
66,
65,
64,
63,
62,
61,
60,
59,
58,
57,
56,
55,
54,
53,
52,
51,
50,
49,
48,
47,
46,
45,
44,
43,
42,
41,
40,
39,
39,
38,
37,
36,
36,
35,
34,
33,
32,
31,
30,
29,
28,
28,
27,
26,
25,
24,
24,
24,
23,
23,
22,
22,
21,
21,
20,
19,
18,
17,
17,
16,
16,
15,
15,
14,
13,
13,
12,
12,
11,
11,
11,
11,
10,
10,
9,
9,
8,
7,
6,
6,
5,
5,
5,
5,
5,
4,
3,
3,
3,
3,
3,
3,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
4,
5,
5,
6,
6,
7,
7,
8,
8,
8,
8,
8,
9,
9,
10,
10,
11,
11,
11,
12,
12,
13,
13,
14,
15,
16,
16,
17,
17,
18,
18,
18,
18,
19,
19,
20,
21,
22,
23,
23,
23,
24,
25,
26,
27,
28,
28,
29,
30,
31,
32,
33,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82,
83,
84,
85,
86,
87,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
127,
128,
129,
130,
131,
132,
133,
134,
135,
136,
137,
138,
139,
140,
142,
143,
144,
145,
146,
147,
148,
149,
150,
151,
152,
153,
154,
155,
156,
157,
158,
159,
160,
161,
162,
163,
164,
165,
166,
167,
168,
169,
170,
171,
172,
173,
174,
175,
176,
178,
179,
180,
181,
182,
183,
184,
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196,
197,
198,
199,
200,
201,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211,
212,
213,
214,
215,
216,
217,
218,
219,
220,
221,
222,
223,
224,
225,
226,
227
],
[
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82,
83,
84,
85,
86,
87,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
114,
115,
116,
117,
117,
118,
119,
120,
121,
122,
123,
124,
125,
125,
126,
127,
128,
129,
129,
129,
130,
130,
131,
131,
132,
132,
133,
134,
135,
136,
136,
137,
137,
138,
138,
139,
140,
140,
141,
141,
142,
142,
142,
142,
143,
143,
144,
144,
145,
146,
147,
147,
148,
148,
148,
148,
148,
149,
150,
150,
150,
150,
150,
150,
151,
151,
151,
151,
151,
151,
152,
152,
152,
152,
152,
152,
152,
152,
152,
152,
152,
152,
152,
152,
152,
152,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153,
153
],
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0.9955947136563876,
0.9955947136563876,
0.9955947136563876,
0.9955947136563876,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.9911894273127754,
0.986784140969163,
0.986784140969163,
0.986784140969163,
0.986784140969163,
0.986784140969163,
0.9823788546255506,
0.9779735682819384,
0.9779735682819384,
0.973568281938326,
0.973568281938326,
0.9691629955947136,
0.9691629955947136,
0.9647577092511013,
0.9647577092511013,
0.9647577092511013,
0.9647577092511013,
0.9647577092511013,
0.960352422907489,
0.960352422907489,
0.9559471365638766,
0.9559471365638766,
0.9515418502202643,
0.9515418502202643,
0.9515418502202643,
0.947136563876652,
0.947136563876652,
0.9427312775330396,
0.9427312775330396,
0.9383259911894273,
0.933920704845815,
0.9295154185022027,
0.9295154185022027,
0.9251101321585903,
0.9251101321585903,
0.920704845814978,
0.920704845814978,
0.920704845814978,
0.920704845814978,
0.9162995594713657,
0.9162995594713657,
0.9118942731277533,
0.9074889867841409,
0.9030837004405287,
0.8986784140969163,
0.8986784140969163,
0.8986784140969163,
0.8942731277533039,
0.8898678414096917,
0.8854625550660793,
0.8810572687224669,
0.8766519823788547,
0.8766519823788547,
0.8722466960352423,
0.8678414096916299,
0.8634361233480177,
0.8590308370044053,
0.8546255506607929,
0.8546255506607929,
0.8502202643171806,
0.8458149779735683,
0.8414096916299559,
0.8370044052863436,
0.8325991189427313,
0.8281938325991189,
0.8237885462555066,
0.8193832599118943,
0.8149779735682819,
0.8105726872246696,
0.8061674008810573,
0.801762114537445,
0.7973568281938326,
0.7929515418502202,
0.788546255506608,
0.788546255506608,
0.7841409691629956,
0.7797356828193832,
0.775330396475771,
0.7709251101321586,
0.7665198237885462,
0.762114537444934,
0.7577092511013216,
0.7533039647577092,
0.748898678414097,
0.7444933920704846,
0.7400881057268722,
0.73568281938326,
0.7312775330396476,
0.7268722466960352,
0.7224669603524229,
0.7180616740088106,
0.7136563876651982,
0.7092511013215859,
0.7048458149779736,
0.7004405286343612,
0.6960352422907489,
0.6916299559471366,
0.6872246696035242,
0.6828193832599119,
0.6784140969162996,
0.6740088105726872,
0.6696035242290749,
0.6651982378854625,
0.6607929515418502,
0.6563876651982379,
0.6519823788546255,
0.6475770925110133,
0.6431718061674009,
0.6387665198237885,
0.6343612334801763,
0.6299559471365639,
0.6255506607929515,
0.6211453744493393,
0.6167400881057269,
0.6123348017621145,
0.6079295154185022,
0.6035242290748899,
0.5991189427312775,
0.5947136563876652,
0.5903083700440529,
0.5859030837004405,
0.5814977973568282,
0.5770925110132159,
0.5726872246696035,
0.5682819383259912,
0.5638766519823789,
0.5594713656387665,
0.5550660792951542,
0.5506607929515418,
0.5462555066079295,
0.5418502202643172,
0.5374449339207048,
0.5330396475770925,
0.5286343612334802,
0.5242290748898678,
0.5198237885462555,
0.5154185022026432,
0.5110132158590308,
0.5066079295154186,
0.5022026431718062,
0.4977973568281938,
0.4933920704845815,
0.4889867841409692,
0.4845814977973568,
0.4801762114537445,
0.47577092511013214,
0.4713656387665198,
0.4669603524229075,
0.46255506607929514,
0.4581497797356828,
0.45374449339207046,
0.44933920704845814,
0.44493392070484583,
0.44052863436123346,
0.43612334801762115,
0.43171806167400884,
0.42731277533039647,
0.42290748898678415,
0.4185022026431718,
0.41409691629955947,
0.40969162995594716,
0.4052863436123348,
0.4008810572687225,
0.3964757709251101,
0.3920704845814978,
0.3876651982378855,
0.3832599118942731,
0.3744493392070485,
0.3700440528634361,
0.3656387665198238,
0.36123348017621143,
0.3568281938325991,
0.3524229074889868,
0.34801762114537443,
0.3436123348017621,
0.3392070484581498,
0.33480176211453744,
0.3303964757709251,
0.32599118942731276,
0.32158590308370044,
0.31718061674008813,
0.31277533039647576,
0.30837004405286345,
0.3039647577092511,
0.29955947136563876,
0.29515418502202645,
0.2907488986784141,
0.28634361233480177,
0.28193832599118945,
0.2775330396475771,
0.27312775330396477,
0.2687224669603524,
0.2643171806167401,
0.2599118942731278,
0.2555066079295154,
0.2511013215859031,
0.24669603524229075,
0.2422907488986784,
0.23788546255506607,
0.23348017621145375,
0.2290748898678414,
0.22466960352422907,
0.21585903083700442,
0.21145374449339208,
0.20704845814977973,
0.2026431718061674,
0.19823788546255505,
0.19383259911894274,
0.1894273127753304,
0.18502202643171806,
0.18061674008810572,
0.1762114537444934,
0.17180616740088106,
0.16740088105726872,
0.16299559471365638,
0.15859030837004406,
0.15418502202643172,
0.14977973568281938,
0.14537444933920704,
0.14096916299559473,
0.13656387665198239,
0.13215859030837004,
0.1277533039647577,
0.12334801762114538,
0.11894273127753303,
0.1145374449339207,
0.11013215859030837,
0.10572687224669604,
0.1013215859030837,
0.09691629955947137,
0.09251101321585903,
0.0881057268722467,
0.08370044052863436,
0.07929515418502203,
0.07488986784140969,
0.07048458149779736,
0.06607929515418502,
0.06167400881057269,
0.05726872246696035,
0.05286343612334802,
0.048458149779735685,
0.04405286343612335,
0.039647577092511016,
0.03524229074889868,
0.030837004405286344,
0.02643171806167401,
0.022026431718061675,
0.01762114537444934,
0.013215859030837005,
0.00881057268722467,
0.004405286343612335,
0
],
[
0.9934640522875817,
0.9869281045751634,
0.9803921568627451,
0.9738562091503268,
0.9673202614379085,
0.9607843137254902,
0.954248366013072,
0.9477124183006536,
0.9411764705882353,
0.934640522875817,
0.9281045751633987,
0.9215686274509803,
0.9150326797385621,
0.9084967320261438,
0.9019607843137255,
0.8954248366013072,
0.8888888888888888,
0.8823529411764706,
0.8758169934640523,
0.869281045751634,
0.8627450980392157,
0.8562091503267973,
0.8496732026143791,
0.8431372549019608,
0.8366013071895425,
0.8300653594771242,
0.8235294117647058,
0.8169934640522876,
0.8104575163398693,
0.803921568627451,
0.7973856209150327,
0.7908496732026143,
0.7843137254901961,
0.7777777777777778,
0.7712418300653595,
0.7647058823529411,
0.7581699346405228,
0.7516339869281046,
0.7450980392156863,
0.738562091503268,
0.7320261437908496,
0.7254901960784313,
0.7189542483660131,
0.7124183006535948,
0.7058823529411765,
0.6993464052287581,
0.6928104575163399,
0.6862745098039216,
0.6797385620915033,
0.673202614379085,
0.6666666666666666,
0.6601307189542484,
0.6535947712418301,
0.6470588235294118,
0.6405228758169934,
0.6339869281045751,
0.6274509803921569,
0.6209150326797386,
0.6143790849673203,
0.6078431372549019,
0.6013071895424836,
0.5947712418300654,
0.5882352941176471,
0.5816993464052288,
0.5751633986928104,
0.5686274509803921,
0.5620915032679739,
0.5555555555555556,
0.5490196078431373,
0.5424836601307189,
0.5359477124183006,
0.5294117647058824,
0.5228758169934641,
0.5163398692810458,
0.5098039215686274,
0.5032679738562091,
0.49673202614379086,
0.49019607843137253,
0.48366013071895425,
0.477124183006536,
0.47058823529411764,
0.46405228758169936,
0.45751633986928103,
0.45098039215686275,
0.4444444444444444,
0.43790849673202614,
0.43137254901960786,
0.42483660130718953,
0.41830065359477125,
0.4117647058823529,
0.40522875816993464,
0.39869281045751637,
0.39215686274509803,
0.38562091503267976,
0.3790849673202614,
0.37254901960784315,
0.3660130718954248,
0.35947712418300654,
0.35294117647058826,
0.3464052287581699,
0.33986928104575165,
0.3333333333333333,
0.32679738562091504,
0.3202614379084967,
0.3137254901960784,
0.30718954248366015,
0.3006535947712418,
0.29411764705882354,
0.2875816993464052,
0.28104575163398693,
0.27450980392156865,
0.2679738562091503,
0.26143790849673204,
0.2549019607843137,
0.2549019607843137,
0.24836601307189543,
0.24183006535947713,
0.23529411764705882,
0.23529411764705882,
0.22875816993464052,
0.2222222222222222,
0.21568627450980393,
0.20915032679738563,
0.20261437908496732,
0.19607843137254902,
0.1895424836601307,
0.1830065359477124,
0.1830065359477124,
0.17647058823529413,
0.16993464052287582,
0.16339869281045752,
0.1568627450980392,
0.1568627450980392,
0.1568627450980392,
0.1503267973856209,
0.1503267973856209,
0.1437908496732026,
0.1437908496732026,
0.13725490196078433,
0.13725490196078433,
0.13071895424836602,
0.12418300653594772,
0.11764705882352941,
0.1111111111111111,
0.1111111111111111,
0.10457516339869281,
0.10457516339869281,
0.09803921568627451,
0.09803921568627451,
0.0915032679738562,
0.08496732026143791,
0.08496732026143791,
0.0784313725490196,
0.0784313725490196,
0.0718954248366013,
0.0718954248366013,
0.0718954248366013,
0.0718954248366013,
0.06535947712418301,
0.06535947712418301,
0.058823529411764705,
0.058823529411764705,
0.05228758169934641,
0.0457516339869281,
0.0392156862745098,
0.0392156862745098,
0.032679738562091505,
0.032679738562091505,
0.032679738562091505,
0.032679738562091505,
0.032679738562091505,
0.026143790849673203,
0.0196078431372549,
0.0196078431372549,
0.0196078431372549,
0.0196078431372549,
0.0196078431372549,
0.0196078431372549,
0.013071895424836602,
0.013071895424836602,
0.013071895424836602,
0.013071895424836602,
0.013071895424836602,
0.013071895424836602,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0.006535947712418301,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.004405286343612335,
0.004405286343612335,
0.004405286343612335,
0.004405286343612335,
0.00881057268722467,
0.00881057268722467,
0.00881057268722467,
0.00881057268722467,
0.00881057268722467,
0.00881057268722467,
0.00881057268722467,
0.00881057268722467,
0.00881057268722467,
0.013215859030837005,
0.013215859030837005,
0.013215859030837005,
0.013215859030837005,
0.013215859030837005,
0.01762114537444934,
0.022026431718061675,
0.022026431718061675,
0.02643171806167401,
0.02643171806167401,
0.030837004405286344,
0.030837004405286344,
0.03524229074889868,
0.03524229074889868,
0.03524229074889868,
0.03524229074889868,
0.03524229074889868,
0.039647577092511016,
0.039647577092511016,
0.04405286343612335,
0.04405286343612335,
0.048458149779735685,
0.048458149779735685,
0.048458149779735685,
0.05286343612334802,
0.05286343612334802,
0.05726872246696035,
0.05726872246696035,
0.06167400881057269,
0.06607929515418502,
0.07048458149779736,
0.07048458149779736,
0.07488986784140969,
0.07488986784140969,
0.07929515418502203,
0.07929515418502203,
0.07929515418502203,
0.07929515418502203,
0.08370044052863436,
0.08370044052863436,
0.0881057268722467,
0.09251101321585903,
0.09691629955947137,
0.1013215859030837,
0.1013215859030837,
0.1013215859030837,
0.10572687224669604,
0.11013215859030837,
0.1145374449339207,
0.11894273127753303,
0.12334801762114538,
0.12334801762114538,
0.1277533039647577,
0.13215859030837004,
0.13656387665198239,
0.14096916299559473,
0.14537444933920704,
0.14537444933920704,
0.14977973568281938,
0.15418502202643172,
0.15859030837004406,
0.16299559471365638,
0.16740088105726872,
0.17180616740088106,
0.1762114537444934,
0.18061674008810572,
0.18502202643171806,
0.1894273127753304,
0.19383259911894274,
0.19823788546255505,
0.2026431718061674,
0.20704845814977973,
0.21145374449339208,
0.21145374449339208,
0.21585903083700442,
0.22026431718061673,
0.22466960352422907,
0.2290748898678414,
0.23348017621145375,
0.23788546255506607,
0.2422907488986784,
0.24669603524229075,
0.2511013215859031,
0.2555066079295154,
0.2599118942731278,
0.2643171806167401,
0.2687224669603524,
0.27312775330396477,
0.2775330396475771,
0.28193832599118945,
0.28634361233480177,
0.2907488986784141,
0.29515418502202645,
0.29955947136563876,
0.3039647577092511,
0.30837004405286345,
0.31277533039647576,
0.31718061674008813,
0.32158590308370044,
0.32599118942731276,
0.3303964757709251,
0.33480176211453744,
0.3392070484581498,
0.3436123348017621,
0.34801762114537443,
0.3524229074889868,
0.3568281938325991,
0.36123348017621143,
0.3656387665198238,
0.3700440528634361,
0.3744493392070485,
0.3788546255506608,
0.3832599118942731,
0.3876651982378855,
0.3920704845814978,
0.3964757709251101,
0.4008810572687225,
0.4052863436123348,
0.40969162995594716,
0.41409691629955947,
0.4185022026431718,
0.42290748898678415,
0.42731277533039647,
0.43171806167400884,
0.43612334801762115,
0.44052863436123346,
0.44493392070484583,
0.44933920704845814,
0.45374449339207046,
0.4581497797356828,
0.46255506607929514,
0.4669603524229075,
0.4713656387665198,
0.47577092511013214,
0.4801762114537445,
0.4845814977973568,
0.4889867841409692,
0.4933920704845815,
0.4977973568281938,
0.5022026431718062,
0.5066079295154186,
0.5110132158590308,
0.5154185022026432,
0.5198237885462555,
0.5242290748898678,
0.5286343612334802,
0.5330396475770925,
0.5374449339207048,
0.5418502202643172,
0.5462555066079295,
0.5506607929515418,
0.5550660792951542,
0.5594713656387665,
0.5638766519823789,
0.5682819383259912,
0.5726872246696035,
0.5770925110132159,
0.5814977973568282,
0.5859030837004405,
0.5903083700440529,
0.5947136563876652,
0.5991189427312775,
0.6035242290748899,
0.6079295154185022,
0.6123348017621145,
0.6167400881057269,
0.6255506607929515,
0.6299559471365639,
0.6343612334801763,
0.6387665198237885,
0.6431718061674009,
0.6475770925110133,
0.6519823788546255,
0.6563876651982379,
0.6607929515418502,
0.6651982378854625,
0.6696035242290749,
0.6740088105726872,
0.6784140969162996,
0.6828193832599119,
0.6872246696035242,
0.6916299559471366,
0.6960352422907489,
0.7004405286343612,
0.7048458149779736,
0.7092511013215859,
0.7136563876651982,
0.7180616740088106,
0.7224669603524229,
0.7268722466960352,
0.7312775330396476,
0.73568281938326,
0.7400881057268722,
0.7444933920704846,
0.748898678414097,
0.7533039647577092,
0.7577092511013216,
0.762114537444934,
0.7665198237885462,
0.7709251101321586,
0.775330396475771,
0.7841409691629956,
0.788546255506608,
0.7929515418502202,
0.7973568281938326,
0.801762114537445,
0.8061674008810573,
0.8105726872246696,
0.8149779735682819,
0.8193832599118943,
0.8237885462555066,
0.8281938325991189,
0.8325991189427313,
0.8370044052863436,
0.8414096916299559,
0.8458149779735683,
0.8502202643171806,
0.8546255506607929,
0.8590308370044053,
0.8634361233480177,
0.8678414096916299,
0.8722466960352423,
0.8766519823788547,
0.8810572687224669,
0.8854625550660793,
0.8898678414096917,
0.8942731277533039,
0.8986784140969163,
0.9030837004405287,
0.9074889867841409,
0.9118942731277533,
0.9162995594713657,
0.920704845814978,
0.9251101321585903,
0.9295154185022027,
0.933920704845815,
0.9383259911894273,
0.9427312775330396,
0.947136563876652,
0.9515418502202643,
0.9559471365638766,
0.960352422907489,
0.9647577092511013,
0.9691629955947136,
0.973568281938326,
0.9779735682819384,
0.9823788546255506,
0.986784140969163,
0.9911894273127754,
0.9955947136563876,
1
],
[
0.006535947712418301,
0.013071895424836602,
0.0196078431372549,
0.026143790849673203,
0.032679738562091505,
0.0392156862745098,
0.0457516339869281,
0.05228758169934641,
0.058823529411764705,
0.06535947712418301,
0.0718954248366013,
0.0784313725490196,
0.08496732026143791,
0.0915032679738562,
0.09803921568627451,
0.10457516339869281,
0.1111111111111111,
0.11764705882352941,
0.12418300653594772,
0.13071895424836602,
0.13725490196078433,
0.1437908496732026,
0.1503267973856209,
0.1568627450980392,
0.16339869281045752,
0.16993464052287582,
0.17647058823529413,
0.1830065359477124,
0.1895424836601307,
0.19607843137254902,
0.20261437908496732,
0.20915032679738563,
0.21568627450980393,
0.2222222222222222,
0.22875816993464052,
0.23529411764705882,
0.24183006535947713,
0.24836601307189543,
0.2549019607843137,
0.26143790849673204,
0.2679738562091503,
0.27450980392156865,
0.28104575163398693,
0.2875816993464052,
0.29411764705882354,
0.3006535947712418,
0.30718954248366015,
0.3137254901960784,
0.3202614379084967,
0.32679738562091504,
0.3333333333333333,
0.33986928104575165,
0.3464052287581699,
0.35294117647058826,
0.35947712418300654,
0.3660130718954248,
0.37254901960784315,
0.3790849673202614,
0.38562091503267976,
0.39215686274509803,
0.39869281045751637,
0.40522875816993464,
0.4117647058823529,
0.41830065359477125,
0.42483660130718953,
0.43137254901960786,
0.43790849673202614,
0.4444444444444444,
0.45098039215686275,
0.45751633986928103,
0.46405228758169936,
0.47058823529411764,
0.477124183006536,
0.48366013071895425,
0.49019607843137253,
0.49673202614379086,
0.5032679738562091,
0.5098039215686274,
0.5163398692810458,
0.5228758169934641,
0.5294117647058824,
0.5359477124183006,
0.5424836601307189,
0.5490196078431373,
0.5555555555555556,
0.5620915032679739,
0.5686274509803921,
0.5751633986928104,
0.5816993464052288,
0.5882352941176471,
0.5947712418300654,
0.6013071895424836,
0.6078431372549019,
0.6143790849673203,
0.6209150326797386,
0.6274509803921569,
0.6339869281045751,
0.6405228758169934,
0.6470588235294118,
0.6535947712418301,
0.6601307189542484,
0.6666666666666666,
0.673202614379085,
0.6797385620915033,
0.6862745098039216,
0.6928104575163399,
0.6993464052287581,
0.7058823529411765,
0.7124183006535948,
0.7189542483660131,
0.7254901960784313,
0.7320261437908496,
0.738562091503268,
0.7450980392156863,
0.7450980392156863,
0.7516339869281046,
0.7581699346405228,
0.7647058823529411,
0.7647058823529411,
0.7712418300653595,
0.7777777777777778,
0.7843137254901961,
0.7908496732026143,
0.7973856209150327,
0.803921568627451,
0.8104575163398693,
0.8169934640522876,
0.8169934640522876,
0.8235294117647058,
0.8300653594771242,
0.8366013071895425,
0.8431372549019608,
0.8431372549019608,
0.8431372549019608,
0.8496732026143791,
0.8496732026143791,
0.8562091503267973,
0.8562091503267973,
0.8627450980392157,
0.8627450980392157,
0.869281045751634,
0.8758169934640523,
0.8823529411764706,
0.8888888888888888,
0.8888888888888888,
0.8954248366013072,
0.8954248366013072,
0.9019607843137255,
0.9019607843137255,
0.9084967320261438,
0.9150326797385621,
0.9150326797385621,
0.9215686274509803,
0.9215686274509803,
0.9281045751633987,
0.9281045751633987,
0.9281045751633987,
0.9281045751633987,
0.934640522875817,
0.934640522875817,
0.9411764705882353,
0.9411764705882353,
0.9477124183006536,
0.954248366013072,
0.9607843137254902,
0.9607843137254902,
0.9673202614379085,
0.9673202614379085,
0.9673202614379085,
0.9673202614379085,
0.9673202614379085,
0.9738562091503268,
0.9803921568627451,
0.9803921568627451,
0.9803921568627451,
0.9803921568627451,
0.9803921568627451,
0.9803921568627451,
0.9869281045751634,
0.9869281045751634,
0.9869281045751634,
0.9869281045751634,
0.9869281045751634,
0.9869281045751634,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
0.9934640522875817,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
],
[
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53,
54,
55,
56,
57,
58,
59,
60,
61,
62,
63,
64,
65,
66,
67,
68,
69,
70,
71,
72,
73,
74,
75,
76,
77,
78,
79,
80,
81,
82,
83,
84,
85,
86,
87,
88,
89,
90,
91,
92,
93,
94,
95,
96,
97,
98,
99,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
115,
116,
117,
118,
119,
120,
121,
122,
123,
124,
125,
126,
127,
128,
129,
130,
131,
132,
133,
134,
135,
136,
137,
138,
139,
140,
141,
142,
143,
144,
145,
146,
147,
148,
149,
150,
151,
152,
153,
154,
155,
156,
157,
158,
159,
160,
161,
162,
163,
164,
165,
166,
167,
168,
169,
170,
171,
172,
173,
174,
175,
176,
177,
178,
179,
180,
181,
182,
183,
184,
185,
186,
187,
188,
189,
190,
191,
192,
193,
194,
195,
196,
197,
198,
199,
200,
201,
202,
203,
204,
205,
206,
207,
208,
209,
210,
211,
212,
213,
214,
215,
216,
217,
218,
219,
220,
221,
222,
223,
224,
225,
226,
227,
228,
229,
230,
231,
232,
233,
234,
235,
236,
237,
238,
239,
240,
241,
242,
243,
244,
245,
246,
247,
248,
249,
250,
251,
252,
253,
254,
255,
256,
257,
258,
259,
260,
261,
262,
263,
264,
265,
266,
267,
268,
269,
270,
271,
272,
273,
274,
275,
276,
277,
278,
279,
280,
281,
282,
283,
284,
285,
286,
287,
288,
289,
290,
291,
292,
293,
294,
295,
296,
297,
298,
299,
300,
301,
302,
303,
304,
305,
306,
307,
308,
309,
310,
311,
312,
313,
314,
315,
316,
317,
318,
319,
320,
321,
322,
323,
324,
325,
326,
327,
328,
329,
330,
331,
332,
333,
334,
335,
336,
337,
338,
339,
340,
341,
342,
343,
344,
345,
346,
347,
348,
349,
350,
351,
352,
353,
354,
355,
356,
357,
358,
359,
360,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,
371,
372,
373,
374,
375,
376,
377
]
]
},
"max_criteria_and_metric_scores": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Maximum Metrics",
"description": "Maximum metrics at their respective thresholds",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "metric",
"type": "string",
"format": "%s",
"description": "Metric"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "threshold",
"type": "double",
"format": "%f",
"description": "Threshold"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "value",
"type": "double",
"format": "%f",
"description": "Value"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "idx",
"type": "long",
"format": "%d",
"description": "idx"
}
],
"rowcount": 18,
"data": [
[
"max f1",
"max f2",
"max f0point5",
"max accuracy",
"max precision",
"max recall",
"max specificity",
"max absolute_mcc",
"max min_per_class_accuracy",
"max mean_per_class_accuracy",
"max tns",
"max fns",
"max fps",
"max tps",
"max tnr",
"max fnr",
"max fpr",
"max tpr"
],
[
0.3692902290468589,
0.3284870170981252,
0.5709881616739314,
0.4617670599767281,
0.9740912690798038,
0.2716047205848188,
0.9740912690798038,
0.3692902290468589,
0.4303894218520752,
0.3692902290468589,
0.9740912690798038,
0.9740912690798038,
0.009748409930340669,
0.2716047205848188,
0.9740912690798038,
0.9740912690798038,
0.009748409930340669,
0.2716047205848188
],
[
0.9249999999999999,
0.9554140127388535,
0.9471365638766521,
0.9368421052631579,
1,
1,
1,
0.8731242610312002,
0.9295154185022027,
0.9418099104546371,
227,
152,
227,
153,
1,
0.9934640522875817,
1,
1
],
[
166,
172,
131,
150,
0,
200,
0,
166,
158,
166,
0,
0,
377,
200,
0,
0,
377,
200
]
]
},
"gains_lift_table": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Gains/Lift Table",
"description": "Avg response rate: 40.26 %, avg score: 40.28 %",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "group",
"type": "int",
"format": "%d",
"description": "Group"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cumulative_data_fraction",
"type": "double",
"format": "%.8f",
"description": "Cumulative Data Fraction"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "lower_threshold",
"type": "double",
"format": "%5f",
"description": "Lower Threshold"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "lift",
"type": "double",
"format": "%5f",
"description": "Lift"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cumulative_lift",
"type": "double",
"format": "%5f",
"description": "Cumulative Lift"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "response_rate",
"type": "double",
"format": "%5f",
"description": "Response Rate"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "score",
"type": "double",
"format": "%5f",
"description": "Score"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cumulative_response_rate",
"type": "double",
"format": "%5f",
"description": "Cumulative Response Rate"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cumulative_score",
"type": "double",
"format": "%5f",
"description": "Cumulative Score"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "capture_rate",
"type": "double",
"format": "%5f",
"description": "Capture Rate"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cumulative_capture_rate",
"type": "double",
"format": "%5f",
"description": "Cumulative Capture Rate"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "gain",
"type": "double",
"format": "%5f",
"description": "Gain"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cumulative_gain",
"type": "double",
"format": "%5f",
"description": "Cumulative Gain"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "kolmogorov_smirnov",
"type": "double",
"format": "%5f",
"description": "Kolmogorov Smirnov"
}
],
"rowcount": 16,
"data": [
[
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16
],
[
0.010526315789473684,
0.021052631578947368,
0.031578947368421054,
0.042105263157894736,
0.05,
0.1,
0.15,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7,
0.8,
0.9,
1
],
[
0.9656726269867583,
0.9589343603635085,
0.9507825529565218,
0.942267273985621,
0.930122612318471,
0.9044146521806046,
0.8446853133779267,
0.7961432054656624,
0.6723258400857857,
0.4587689342692059,
0.2941654313583412,
0.1936958406847592,
0.11690112068515252,
0.08004747799144096,
0.04735533377423584,
0.009748409930340669
],
[
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
1.6993464052287583,
0.7843137254901961,
0.06535947712418301,
0,
0,
0,
0
],
[
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.4836601307189543,
2.287581699346405,
1.9869281045751637,
1.6666666666666667,
1.4285714285714286,
1.25,
1.1111111111111112,
1
],
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
0.6842105263157895,
0.3157894736842105,
0.02631578947368421,
0,
0,
0,
0
],
[
0.9710687339136742,
0.9628960864202921,
0.95405241347286,
0.9471095592343903,
0.9377545194004764,
0.9193294296626036,
0.8751891162377066,
0.822552825530283,
0.7354960586993771,
0.5612327297355235,
0.36138604514289685,
0.23661298765425717,
0.15563383142391402,
0.09663009317659732,
0.06444853566528014,
0.03071707428603298
],
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
0.9210526315789473,
0.8,
0.6710526315789473,
0.575187969924812,
0.5032894736842105,
0.4473684210526316,
0.4026315789473684
],
[
0.9710687339136742,
0.9669824101669832,
0.9626724112689421,
0.9587816982603041,
0.9554616173876999,
0.9373955235251517,
0.9166600544293366,
0.8931332472045731,
0.8405875177028411,
0.7707488207110117,
0.6888762655973888,
0.6134990526068669,
0.5480897352950165,
0.49165728003021403,
0.44418964176744363,
0.4028423850193026
],
[
0.026143790849673203,
0.026143790849673203,
0.026143790849673203,
0.026143790849673203,
0.0196078431372549,
0.12418300653594772,
0.12418300653594772,
0.12418300653594772,
0.24836601307189543,
0.16993464052287582,
0.0784313725490196,
0.006535947712418301,
0,
0,
0,
0
],
[
0.026143790849673203,
0.05228758169934641,
0.0784313725490196,
0.10457516339869281,
0.12418300653594772,
0.24836601307189543,
0.37254901960784315,
0.49673202614379086,
0.7450980392156863,
0.9150326797385621,
0.9934640522875817,
1,
1,
1,
1,
1
],
[
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
69.93464052287584,
-21.568627450980394,
-93.4640522875817,
-100,
-100,
-100,
-100
],
[
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
148.36601307189542,
128.7581699346405,
98.69281045751637,
66.66666666666667,
42.85714285714286,
25,
11.111111111111116,
0
],
[
0.026143790849673203,
0.05228758169934641,
0.0784313725490196,
0.10457516339869281,
0.12418300653594772,
0.24836601307189543,
0.37254901960784315,
0.49673202614379086,
0.7450980392156863,
0.8621692436152141,
0.826063171230313,
0.6696035242290749,
0.5022026431718062,
0.3348017621145375,
0.1674008810572687,
0
]
]
}
},
"validation_metrics": null,
"cross_validation_metrics": null,
"cross_validation_metrics_summary": null,
"status": null,
"start_time": 1599228643489,
"end_time": 1599228644141,
"run_time": 652,
"default_threshold": 0.3692902290468589,
"help": {
"validation_metrics": "Validation data model metrics",
"cross_validation_metrics_summary": "Cross-validation model metrics summary",
"start_time": "Start time in milliseconds",
"run_time": "Runtime in milliseconds",
"status": "Job status",
"domains": "Domains for categorical columns",
"reproducibility_information_table": "Model reproducibility information",
"model_category": "Category of the model (e.g., Binomial)",
"default_threshold": "Default threshold used for predictions",
"__meta": "Metadata on this schema instance, to make it self-describing.",
"variable_importances": "Variable Importances",
"model_summary": "Model summary",
"scoring_history": "Scoring history",
"help": "Help information for output fields",
"end_time": "End time in milliseconds",
"names": "Column names",
"column_types": "Column types",
"original_names": "Original column names",
"cross_validation_fold_assignment_frame_id": "Cross-validation fold assignment (each row is assigned to one holdout fold)",
"training_metrics": "Training data model metrics",
"cross_validation_models": "Cross-validation models (model ids)",
"cross_validation_metrics": "Cross-validation model metrics",
"cross_validation_predictions": "Cross-validation predictions, one per cv model (deprecated, use cross_validation_holdout_predictions_frame_id instead)",
"init_f": "The Intercept term, the initial model function value to which trees make adjustments",
"cross_validation_holdout_predictions_frame_id": "Cross-validation holdout predictions (full out-of-sample predictions on training data)"
},
"variable_importances": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Variable Importances",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "variable",
"type": "string",
"format": "%s",
"description": "Variable"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "relative_importance",
"type": "double",
"format": "%5f",
"description": "Relative Importance"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "scaled_importance",
"type": "double",
"format": "%5f",
"description": "Scaled Importance"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "percentage",
"type": "double",
"format": "%5f",
"description": "Percentage"
}
],
"rowcount": 8,
"data": [
[
"GLEASON",
"ID",
"PSA",
"VOL",
"DPROS",
"AGE",
"DCAPS",
"RACE"
],
[
110.32581329345703,
58.69680404663086,
57.76746368408203,
40.088531494140625,
34.955631256103516,
31.499591827392578,
7.156589031219482,
1.0769546031951904
],
[
1,
0.5320314647534252,
0.5236078661883563,
0.3633649306305917,
0.3168400051864978,
0.28551424990275315,
0.06486776591606518,
0.009761583178458745
],
[
0.32299868195890524,
0.17184546187602212,
0.16912465064215393,
0.11736639366377016,
0.10233890406709151,
0.09222072639907478,
0.020952202892507852,
0.003152978500474396
]
]
},
"init_f": -0.3945120960889672
},
"compatible_frames": null
}
{
"__meta": {
"schema_version": 3,
"schema_name": "GBMModelV3",
"schema_type": "GBMModel"
},
"model_id": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1"
},
"algo": "gbm",
"algo_full_name": "Gradient Boosting Machine",
"response_column_name": "AGE",
"data_frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25453548472_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25453548472_part0"
},
"timestamp": 1599220382461,
"have_pojo": true,
"have_mojo": true,
"parameters": [
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "model_id",
"label": "model_id",
"help": "Destination id for this model; auto-generated if not specified.",
"required": false,
"type": "Key<Model>",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1"
},
"input_value": null,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "training_frame",
"label": "training_frame",
"help": "Id of the training data frame.",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25453548472_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25453548472_part0"
},
"input_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25453548472_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25453548472_part0"
},
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "validation_frame",
"label": "validation_frame",
"help": "Id of the validation data frame.",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25453548472_part1",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25453548472_part1"
},
"input_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25453548472_part1",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25453548472_part1"
},
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nfolds",
"label": "nfolds",
"help": "Number of folds for K-fold cross-validation (0 to disable or >= 2).",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 5,
"input_value": 5,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_models",
"label": "keep_cross_validation_models",
"help": "Whether to keep the cross-validation models.",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_predictions",
"label": "keep_cross_validation_predictions",
"help": "Whether to keep the predictions of the cross-validation models.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_fold_assignment",
"label": "keep_cross_validation_fold_assignment",
"help": "Whether to keep the cross-validation fold assignment.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "score_each_iteration",
"label": "score_each_iteration",
"help": "Whether to score during each iteration of model training.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "score_tree_interval",
"label": "score_tree_interval",
"help": "Score the model after every so many trees. Disabled if set to 0.",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "fold_assignment",
"label": "fold_assignment",
"help": "Cross-validation fold assignment scheme, if fold_column is not specified. The 'Stratified' option will stratify the folds based on the response variable, for classification problems.",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": "Random",
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"Random",
"Modulo",
"Stratified"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "fold_column",
"label": "fold_column",
"help": "Column with cross-validation fold index assignment per observation.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [
"training_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"weights_column",
"ignored_columns",
"offset_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "response_column",
"label": "response_column",
"help": "Response variable column.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "ColSpecifierV3",
"schema_type": "VecSpecifier"
},
"column_name": "AGE",
"is_member_of_frames": null
},
"input_value": {
"__meta": {
"schema_version": 3,
"schema_name": "ColSpecifierV3",
"schema_type": "VecSpecifier"
},
"column_name": "AGE",
"is_member_of_frames": null
},
"level": "critical",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"weights_column",
"ignored_columns",
"offset_column",
"fold_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "ignored_columns",
"label": "ignored_columns",
"help": "Names of columns to ignore for training.",
"required": false,
"type": "string[]",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "critical",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"weights_column",
"offset_column",
"fold_column"
],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "ignore_const_cols",
"label": "ignore_const_cols",
"help": "Ignore constant columns.",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "offset_column",
"label": "offset_column",
"help": "Offset column. This will be added to the combination of columns before applying the link function.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"weights_column",
"ignored_columns",
"fold_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "weights_column",
"label": "weights_column",
"help": "Column with observation weights. Giving some observation a weight of zero is equivalent to excluding it from the dataset; giving an observation a relative weight of 2 is equivalent to repeating that row twice. Negative weights are not allowed. Note: Weights are per-row observation weights and do not increase the size of the data frame. This is typically the number of times a row is repeated, but non-integer values are supported as well. During training, rows with higher weights matter more, due to the larger loss function pre-factor.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"ignored_columns",
"offset_column",
"fold_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "balance_classes",
"label": "balance_classes",
"help": "Balance training data class counts via over/under-sampling (for imbalanced data).",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "class_sampling_factors",
"label": "class_sampling_factors",
"help": "Desired over/under-sampling ratios per class (in lexicographic order). If not specified, sampling factors will be automatically computed to obtain class balance during training. Requires balance_classes.",
"required": false,
"type": "float[]",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_after_balance_size",
"label": "max_after_balance_size",
"help": "Maximum relative size of the training data after balancing class counts (can be less than 1.0). Requires balance_classes.",
"required": false,
"type": "float",
"default_value": 5,
"actual_value": 5,
"input_value": 5,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_confusion_matrix_size",
"label": "max_confusion_matrix_size",
"help": "[Deprecated] Maximum size (# classes) for confusion matrices to be printed in the Logs",
"required": false,
"type": "int",
"default_value": 20,
"actual_value": 20,
"input_value": 20,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_hit_ratio_k",
"label": "max_hit_ratio_k",
"help": "Max. number (top K) of predictions to use for hit ratio computation (for multi-class only, 0 to disable)",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "ntrees",
"label": "ntrees",
"help": "Number of trees.",
"required": false,
"type": "int",
"default_value": 50,
"actual_value": 2,
"input_value": 2,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_depth",
"label": "max_depth",
"help": "Maximum tree depth (0 for unlimited).",
"required": false,
"type": "int",
"default_value": 5,
"actual_value": 5,
"input_value": 5,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "min_rows",
"label": "min_rows",
"help": "Fewest allowed (weighted) observations in a leaf.",
"required": false,
"type": "double",
"default_value": 10,
"actual_value": 10,
"input_value": 10,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nbins",
"label": "nbins",
"help": "For numerical columns (real/int), build a histogram of (at least) this many bins, then split at the best point",
"required": false,
"type": "int",
"default_value": 20,
"actual_value": 20,
"input_value": 20,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nbins_top_level",
"label": "nbins_top_level",
"help": "For numerical columns (real/int), build a histogram of (at most) this many bins at the root level, then decrease by factor of two per level",
"required": false,
"type": "int",
"default_value": 1024,
"actual_value": 1024,
"input_value": 1024,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nbins_cats",
"label": "nbins_cats",
"help": "For categorical columns (factors), build a histogram of this many bins, then split at the best point. Higher values can lead to more overfitting.",
"required": false,
"type": "int",
"default_value": 1024,
"actual_value": 1024,
"input_value": 1024,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "r2_stopping",
"label": "r2_stopping",
"help": "r2_stopping is no longer supported and will be ignored if set - please use stopping_rounds, stopping_metric and stopping_tolerance instead. Previous version of H2O would stop making trees when the R^2 metric equals or exceeds this",
"required": false,
"type": "double",
"default_value": 1.7976931348623157e+308,
"actual_value": 1.7976931348623157e+308,
"input_value": 1.7976931348623157e+308,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "stopping_rounds",
"label": "stopping_rounds",
"help": "Early stopping based on convergence of stopping_metric. Stop if simple moving average of length k of the stopping_metric does not improve for k:=stopping_rounds scoring events (0 to disable)",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "stopping_metric",
"label": "stopping_metric",
"help": "Metric to use for early stopping (AUTO: logloss for classification, deviance for regression and anonomaly_score for Isolation Forest). Note that custom and custom_increasing can only be used in GBM and DRF with the Python client.",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": null,
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"deviance",
"logloss",
"MSE",
"RMSE",
"MAE",
"RMSLE",
"AUC",
"AUCPR",
"lift_top_group",
"misclassification",
"mean_per_class_error",
"anomaly_score",
"custom",
"custom_increasing"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "stopping_tolerance",
"label": "stopping_tolerance",
"help": "Relative tolerance for metric-based stopping criterion (stop if relative improvement is not at least this much)",
"required": false,
"type": "double",
"default_value": 0.001,
"actual_value": 0.001,
"input_value": 0.001,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_runtime_secs",
"label": "max_runtime_secs",
"help": "Maximum allowed runtime in seconds for model training. Use 0 to disable.",
"required": false,
"type": "double",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "seed",
"label": "seed",
"help": "Seed for pseudo random number generator (if applicable)",
"required": false,
"type": "long",
"default_value": -1,
"actual_value": 1,
"input_value": 1,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "build_tree_one_node",
"label": "build_tree_one_node",
"help": "Run on one node only; no network overhead but fewer cpus used. Suitable for small datasets.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "learn_rate",
"label": "learn_rate",
"help": "Learning rate (from 0.0 to 1.0)",
"required": false,
"type": "double",
"default_value": 0.1,
"actual_value": 0.1,
"input_value": 0.1,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "learn_rate_annealing",
"label": "learn_rate_annealing",
"help": "Scale the learning rate by this factor after each tree (e.g., 0.99 or 0.999) ",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "distribution",
"label": "distribution",
"help": "Distribution function",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": "gaussian",
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"bernoulli",
"quasibinomial",
"ordinal",
"multinomial",
"gaussian",
"poisson",
"gamma",
"tweedie",
"laplace",
"quantile",
"huber",
"custom"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "quantile_alpha",
"label": "quantile_alpha",
"help": "Desired quantile for Quantile regression, must be between 0 and 1.",
"required": false,
"type": "double",
"default_value": 0.5,
"actual_value": 0.5,
"input_value": 0.5,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "tweedie_power",
"label": "tweedie_power",
"help": "Tweedie power for Tweedie regression, must be between 1 and 2.",
"required": false,
"type": "double",
"default_value": 1.5,
"actual_value": 1.5,
"input_value": 1.5,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "huber_alpha",
"label": "huber_alpha",
"help": "Desired quantile for Huber/M-regression (threshold between quadratic and linear loss, must be between 0 and 1).",
"required": false,
"type": "double",
"default_value": 0.9,
"actual_value": 0.9,
"input_value": 0.9,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "checkpoint",
"label": "checkpoint",
"help": "Model checkpoint to resume training with.",
"required": false,
"type": "Key<Model>",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "sample_rate",
"label": "sample_rate",
"help": "Row sample rate per tree (from 0.0 to 1.0)",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "sample_rate_per_class",
"label": "sample_rate_per_class",
"help": "A list of row sample rates per class (relative fraction for each class, from 0.0 to 1.0), for each tree",
"required": false,
"type": "double[]",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "col_sample_rate",
"label": "col_sample_rate",
"help": "Column sample rate (from 0.0 to 1.0)",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "col_sample_rate_change_per_level",
"label": "col_sample_rate_change_per_level",
"help": "Relative change of the column sampling rate for every level (must be > 0.0 and <= 2.0)",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "col_sample_rate_per_tree",
"label": "col_sample_rate_per_tree",
"help": "Column sample rate per tree (from 0.0 to 1.0)",
"required": false,
"type": "double",
"default_value": 1,
"actual_value": 1,
"input_value": 1,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "min_split_improvement",
"label": "min_split_improvement",
"help": "Minimum relative improvement in squared error reduction for a split to happen",
"required": false,
"type": "double",
"default_value": 0.00001,
"actual_value": 0.00001,
"input_value": 0.00001,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "histogram_type",
"label": "histogram_type",
"help": "What type of histogram to use for finding optimal split points",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": "UniformAdaptive",
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"UniformAdaptive",
"Random",
"QuantilesGlobal",
"RoundRobin"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_abs_leafnode_pred",
"label": "max_abs_leafnode_pred",
"help": "Maximum absolute value of a leaf node prediction",
"required": false,
"type": "double",
"default_value": 1.7976931348623157e+308,
"actual_value": 1.7976931348623157e+308,
"input_value": 1.7976931348623157e+308,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "pred_noise_bandwidth",
"label": "pred_noise_bandwidth",
"help": "Bandwidth (sigma) of Gaussian multiplicative noise ~N(1,sigma) for tree node predictions",
"required": false,
"type": "double",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "categorical_encoding",
"label": "categorical_encoding",
"help": "Encoding scheme for categorical features",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": "Enum",
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"Enum",
"OneHotInternal",
"OneHotExplicit",
"Binary",
"Eigen",
"LabelEncoder",
"SortByResponse",
"EnumLimited"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "calibrate_model",
"label": "calibrate_model",
"help": "Use Platt Scaling to calculate calibrated class probabilities. Calibration can provide more accurate estimates of class probabilities.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "calibration_frame",
"label": "calibration_frame",
"help": "Calibration frame for Platt Scaling",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "custom_metric_func",
"label": "custom_metric_func",
"help": "Reference to custom evaluation function, format: `language:keyName=funcName`",
"required": false,
"type": "string",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "custom_distribution_func",
"label": "custom_distribution_func",
"help": "Reference to custom distribution, format: `language:keyName=funcName`",
"required": false,
"type": "string",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "export_checkpoints_dir",
"label": "export_checkpoints_dir",
"help": "Automatically export generated models to this directory.",
"required": false,
"type": "string",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "monotone_constraints",
"label": "monotone_constraints",
"help": "A mapping representing monotonic constraints. Use +1 to enforce an increasing constraint and -1 to specify a decreasing constraint.",
"required": false,
"type": "KeyValue[]",
"default_value": null,
"actual_value": [],
"input_value": [],
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "check_constant_response",
"label": "check_constant_response",
"help": "Check if response column is constant. If enabled, then an exception is thrown if the response column is a constant value.If disabled, then model will train regardless of the response column being a constant value or not.",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "gainslift_bins",
"label": "gainslift_bins",
"help": "Gains/Lift table number of bins. 0 means disabled.. Default value -1 means automatic binning.",
"required": false,
"type": "int",
"default_value": -1,
"actual_value": -1,
"input_value": -1,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
}
],
"output": {
"__meta": {
"schema_version": 3,
"schema_name": "GBMModelOutputV3",
"schema_type": "GBMOutput"
},
"names": [
"CAPSULE",
"RACE",
"DPROS",
"DCAPS",
"PSA",
"VOL",
"GLEASON",
"AGE"
],
"original_names": null,
"column_types": [
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Numeric",
"Numeric"
],
"domains": [
null,
null,
null,
null,
null,
null,
null,
null
],
"cross_validation_models": [
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1_cv_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1_cv_1"
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1_cv_2",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1_cv_2"
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1_cv_3",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1_cv_3"
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1_cv_4",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1_cv_4"
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1_cv_5",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1_cv_5"
}
],
"cross_validation_predictions": null,
"cross_validation_holdout_predictions_frame_id": null,
"cross_validation_fold_assignment_frame_id": null,
"model_category": "Regression",
"model_summary": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Model Summary",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_trees",
"type": "long",
"format": "%d",
"description": "Number of Trees"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_internal_trees",
"type": "long",
"format": "%d",
"description": "Number of Internal Trees"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "model_size_in_bytes",
"type": "long",
"format": "%d",
"description": "Model Size in Bytes"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "min_depth",
"type": "long",
"format": "%d",
"description": "Min. Depth"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_depth",
"type": "long",
"format": "%d",
"description": "Max. Depth"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mean_depth",
"type": "double",
"format": "%.5f",
"description": "Mean Depth"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "min_leaves",
"type": "long",
"format": "%d",
"description": "Min. Leaves"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_leaves",
"type": "long",
"format": "%d",
"description": "Max. Leaves"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mean_leaves",
"type": "double",
"format": "%.5f",
"description": "Mean Leaves"
}
],
"rowcount": 1,
"data": [
[
""
],
[
2
],
[
2
],
[
457
],
[
5
],
[
5
],
[
5
],
[
12
],
[
15
],
[
13.5
]
]
},
"scoring_history": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Scoring History",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "timestamp",
"type": "string",
"format": "%s",
"description": "Timestamp"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "duration",
"type": "string",
"format": "%s",
"description": "Duration"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_trees",
"type": "long",
"format": "%d",
"description": "Number of Trees"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_rmse",
"type": "double",
"format": "%.5f",
"description": "Training RMSE"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_mae",
"type": "double",
"format": "%.5f",
"description": "Training MAE"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "training_deviance",
"type": "double",
"format": "%.5f",
"description": "Training Deviance"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "validation_rmse",
"type": "double",
"format": "%.5f",
"description": "Validation RMSE"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "validation_mae",
"type": "double",
"format": "%.5f",
"description": "Validation MAE"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "validation_deviance",
"type": "double",
"format": "%.5f",
"description": "Validation Deviance"
}
],
"rowcount": 3,
"data": [
[
"",
"",
""
],
[
"2020-09-04 13:53:02",
"2020-09-04 13:53:02",
"2020-09-04 13:53:02"
],
[
" 0.369 sec",
" 0.377 sec",
" 0.383 sec"
],
[
0,
1,
2
],
[
6.446508233434565,
6.385411395369031,
6.313667626479824
],
[
5.218988054016626,
5.166050434112549,
5.106617952647962
],
[
41.557468403739634,
40.77347868810868,
39.862398897659375
],
[
6.802085167152139,
6.799951251779336,
6.777810967217541
],
[
5.487880886426594,
5.471985306488895,
5.456907455382453
],
[
46.268362621191145,
46.239337026575356,
45.938721507334385
]
]
},
"reproducibility_information_table": [
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Node Information",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "node",
"type": "int",
"format": "%d",
"description": "node"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o",
"type": "string",
"format": "%s",
"description": "h2o"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "healthy",
"type": "string",
"format": "%s",
"description": "healthy"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "last_ping",
"type": "string",
"format": "%s",
"description": "last_ping"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "num_cpus",
"type": "int",
"format": "%d",
"description": "num_cpus"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "sys_load",
"type": "double",
"format": "%.5f",
"description": "sys_load"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mem_value_size",
"type": "long",
"format": "%d",
"description": "mem_value_size"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "free_mem",
"type": "long",
"format": "%d",
"description": "free_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "pojo_mem",
"type": "long",
"format": "%d",
"description": "pojo_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "swap_mem",
"type": "long",
"format": "%d",
"description": "swap_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "free_disc",
"type": "long",
"format": "%d",
"description": "free_disc"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_disc",
"type": "long",
"format": "%d",
"description": "max_disc"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "pid",
"type": "int",
"format": "%d",
"description": "pid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "num_keys",
"type": "int",
"format": "%d",
"description": "num_keys"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "tcps_active",
"type": "string",
"format": "%s",
"description": "tcps_active"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "open_fds",
"type": "int",
"format": "%d",
"description": "open_fds"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "rpcs_active",
"type": "string",
"format": "%s",
"description": "rpcs_active"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "nthreads",
"type": "int",
"format": "%d",
"description": "nthreads"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "is_leader",
"type": "string",
"format": "%s",
"description": "is_leader"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "total_mem",
"type": "long",
"format": "%d",
"description": "total_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_mem",
"type": "long",
"format": "%d",
"description": "max_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "java_version",
"type": "string",
"format": "%s",
"description": "java_version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "jvm_launch_parameters",
"type": "string",
"format": "%s",
"description": "jvm_launch_parameters"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "os_version",
"type": "string",
"format": "%s",
"description": "os_version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "machine_physical_mem",
"type": "long",
"format": "%d",
"description": "machine_physical_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "machine_locale",
"type": "string",
"format": "%s",
"description": "machine_locale"
}
],
"rowcount": 1,
"data": [
[
""
],
[
0
],
[
"192.168.1.2:54321"
],
[
"true"
],
[
"1599220380048"
],
[
12
],
[
1.7290039
],
[
0
],
[
3760583488
],
[
57281728
],
[
0
],
[
39938162688
],
[
499963133952
],
[
4811
],
[
0
],
[
"\u0000"
],
[
-1
],
[
"\u0000"
],
[
12
],
[
"true"
],
[
873463808
],
[
3817865216
],
[
"Java 1.8.0_202 (from Oracle Corporation)"
],
[
"[-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:61124,suspend=y,server=n, -ea, -Didea.test.cyclic.buffer.size=1048576, -javaagent:/Users/marek/Library/Caches/IntelliJIdea2019.1/groovyHotSwap/gragent.jar, -javaagent:/Users/marek/Library/Caches/IntelliJIdea2019.1/captureAgent/debugger-agent.jar, -Dfile.encoding=UTF-8]"
],
[
"Mac OS X 10.14.5 (x86_64)"
],
[
17179869184
],
[
"en_US"
]
]
},
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Cluster Configuration",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_uptime",
"type": "long",
"format": "%d",
"description": "H2O cluster uptime"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_timezone",
"type": "string",
"format": "%s",
"description": "H2O cluster timezone"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_data_parsing_timezone",
"type": "string",
"format": "%s",
"description": "H2O data parsing timezone"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_version",
"type": "string",
"format": "%s",
"description": "H2O cluster version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_version_age",
"type": "string",
"format": "%s",
"description": "H2O cluster version age"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_name",
"type": "string",
"format": "%s",
"description": "H2O cluster name"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_total_nodes",
"type": "int",
"format": "%d",
"description": "H2O cluster total nodes"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_free_memory",
"type": "long",
"format": "%d",
"description": "H2O cluster free memory"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_total_cores",
"type": "int",
"format": "%d",
"description": "H2O cluster total cores"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_allowed_cores",
"type": "int",
"format": "%d",
"description": "H2O cluster allowed cores"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_status",
"type": "string",
"format": "%s",
"description": "H2O cluster status"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_internal_security",
"type": "string",
"format": "%s",
"description": "H2O internal security"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_api_extensions",
"type": "string",
"format": "%s",
"description": "H2O API Extensions"
}
],
"rowcount": 1,
"data": [
[
""
],
[
23029
],
[
"Europe/Prague"
],
[
"UTC"
],
[
"3.30.1.2"
],
[
"19 hours and 2 minutes"
],
[
"H2OGBMTestSuite"
],
[
1
],
[
3760583488
],
[
12
],
[
12
],
[
"locked, healthly"
],
[
"false"
],
[
"XGBoost, Algos, Amazon S3, Sparkling Water REST API Extensions, AutoML, Core V3, TargetEncoder, Core V4"
]
]
},
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Input Frames Information",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "input_frame",
"type": "string",
"format": "%s",
"description": "Input Frame"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "checksum",
"type": "long",
"format": "%d",
"description": "Checksum"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "espc",
"type": "string",
"format": "%d",
"description": "ESPC"
}
],
"rowcount": 3,
"data": [
[
"",
"",
""
],
[
"training_frame",
"validation_frame",
"calibration_frame"
],
[
-1170836895791833900,
8107099150617882000,
-1
],
[
"[0, 304]",
"[0, 76]",
"-1"
]
]
}
],
"training_metrics": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelMetricsRegressionV3",
"schema_type": "ModelMetricsRegression"
},
"model": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1"
},
"model_checksum": -7149186972094118000,
"frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25453548472_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25453548472_part0"
},
"frame_checksum": -1170836895791833900,
"description": null,
"model_category": "Regression",
"scoring_time": 1599220382452,
"predictions": null,
"MSE": 39.862398897659375,
"RMSE": 6.313667626479824,
"nobs": 304,
"custom_metric_name": null,
"custom_metric_value": 0,
"r2": 0.04078856511690998,
"mean_residual_deviance": 39.862398897659375,
"mae": 5.106617952647962,
"rmsle": 0.09781774866277758
},
"validation_metrics": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelMetricsRegressionV3",
"schema_type": "ModelMetricsRegression"
},
"model": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1"
},
"model_checksum": -7149186972094118000,
"frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25453548472_part1",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25453548472_part1"
},
"frame_checksum": 8107099150617882000,
"description": null,
"model_category": "Regression",
"scoring_time": 1599220382452,
"predictions": null,
"MSE": 45.938721507334385,
"RMSE": 6.777810967217541,
"nobs": 76,
"custom_metric_name": null,
"custom_metric_value": 0,
"r2": 0.0022184038537507167,
"mean_residual_deviance": 45.938721507334385,
"mae": 5.456907455382453,
"rmsle": 0.1046459969375479
},
"cross_validation_metrics": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelMetricsRegressionV3",
"schema_type": "ModelMetricsRegression"
},
"model": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "GBM_model_Java_1599220346478_1",
"type": "Key<Model>",
"URL": "/3/Models/GBM_model_Java_1599220346478_1"
},
"model_checksum": -7149186972094118000,
"frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_25453548472_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_25453548472_part0"
},
"frame_checksum": -1170836895791833900,
"description": "5-fold cross-validation on training data (Metrics computed for combined holdout predictions)",
"model_category": "Regression",
"scoring_time": 1599220382456,
"predictions": null,
"MSE": 42.29339801054378,
"RMSE": 6.503337451689231,
"nobs": 304,
"custom_metric_name": null,
"custom_metric_value": 0,
"r2": -0.017708720840616587,
"mean_residual_deviance": 42.29339801054378,
"mae": 5.288074857154576,
"rmsle": 0.10057586238475162
},
"cross_validation_metrics_summary": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Cross-Validation Metrics Summary",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mean",
"type": "string",
"format": "%s",
"description": "mean"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "sd",
"type": "string",
"format": "%s",
"description": "sd"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cv_1_valid",
"type": "string",
"format": "%s",
"description": "cv_1_valid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cv_2_valid",
"type": "string",
"format": "%s",
"description": "cv_2_valid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cv_3_valid",
"type": "string",
"format": "%s",
"description": "cv_3_valid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cv_4_valid",
"type": "string",
"format": "%s",
"description": "cv_4_valid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "cv_5_valid",
"type": "string",
"format": "%s",
"description": "cv_5_valid"
}
],
"rowcount": 7,
"data": [
[
"mae",
"mean_residual_deviance",
"mse",
"r2",
"residual_deviance",
"rmse",
"rmsle"
],
[
"5.289661",
"42.50588",
"42.50588",
"-0.023968462",
"42.50588",
"6.5066957",
"0.10061056"
],
[
"0.36568993",
"6.1178055",
"6.1178055",
"0.013927776",
"6.1178055",
"0.45933393",
"0.009526588"
],
[
"5.041979",
"38.86371",
"38.86371",
"-0.0052007562",
"38.86371",
"6.2340765",
"0.09471124"
],
[
"5.500518",
"42.24376",
"42.24376",
"-0.014827442",
"42.24376",
"6.49952",
"0.09976426"
],
[
"5.2266808",
"42.81199",
"42.81199",
"-0.040527668",
"42.81199",
"6.543087",
"0.10098422"
],
[
"4.881218",
"36.24864",
"36.24864",
"-0.030518932",
"36.24864",
"6.0206842",
"0.091405734"
],
[
"5.79791",
"52.3613",
"52.3613",
"-0.028767513",
"52.3613",
"7.2361107",
"0.116187364"
]
]
},
"status": null,
"start_time": 1599220382437,
"end_time": 1599220382455,
"run_time": 18,
"default_threshold": 0.5,
"help": {
"validation_metrics": "Validation data model metrics",
"cross_validation_metrics_summary": "Cross-validation model metrics summary",
"start_time": "Start time in milliseconds",
"run_time": "Runtime in milliseconds",
"status": "Job status",
"domains": "Domains for categorical columns",
"reproducibility_information_table": "Model reproducibility information",
"model_category": "Category of the model (e.g., Binomial)",
"default_threshold": "Default threshold used for predictions",
"__meta": "Metadata on this schema instance, to make it self-describing.",
"variable_importances": "Variable Importances",
"model_summary": "Model summary",
"scoring_history": "Scoring history",
"help": "Help information for output fields",
"end_time": "End time in milliseconds",
"names": "Column names",
"column_types": "Column types",
"original_names": "Original column names",
"cross_validation_fold_assignment_frame_id": "Cross-validation fold assignment (each row is assigned to one holdout fold)",
"training_metrics": "Training data model metrics",
"cross_validation_models": "Cross-validation models (model ids)",
"cross_validation_metrics": "Cross-validation model metrics",
"cross_validation_predictions": "Cross-validation predictions, one per cv model (deprecated, use cross_validation_holdout_predictions_frame_id instead)",
"init_f": "The Intercept term, the initial model function value to which trees make adjustments",
"cross_validation_holdout_predictions_frame_id": "Cross-validation holdout predictions (full out-of-sample predictions on training data)"
},
"variable_importances": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Variable Importances",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "variable",
"type": "string",
"format": "%s",
"description": "Variable"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "relative_importance",
"type": "double",
"format": "%5f",
"description": "Relative Importance"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "scaled_importance",
"type": "double",
"format": "%5f",
"description": "Scaled Importance"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "percentage",
"type": "double",
"format": "%5f",
"description": "Percentage"
}
],
"rowcount": 7,
"data": [
[
"PSA",
"VOL",
"DPROS",
"GLEASON",
"RACE",
"DCAPS",
"CAPSULE"
],
[
858.4616088867188,
540.575927734375,
444.8509216308594,
439.9481506347656,
240.94744873046875,
94.91259765625,
92.41436767578125
],
[
1,
0.6297030899674263,
0.5181954755178355,
0.5124843628188626,
0.28067352836306486,
0.11056126060120007,
0.10765113631071661
],
[
0.3165289332267842,
0.19931924731699918,
0.16402386106860667,
0.1622161286584628,
0.08884129251775849,
0.034995837874306344,
0.034074699337082265
]
]
},
"init_f": 66.13486842105263
},
"compatible_frames": null
}
{
"__meta": {
"schema_version": 3,
"schema_name": "KMeansModelV3",
"schema_type": "KMeansModel"
},
"model_id": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "KMeans_model_Java_1599212923867_1",
"type": "Key<Model>",
"URL": "/3/Models/KMeans_model_Java_1599212923867_1"
},
"algo": "kmeans",
"algo_full_name": "K-means",
"response_column_name": null,
"data_frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_34-234498781_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_34-234498781_part0"
},
"timestamp": 1599212960322,
"have_pojo": true,
"have_mojo": true,
"parameters": [
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "model_id",
"label": "model_id",
"help": "Destination id for this model; auto-generated if not specified.",
"required": false,
"type": "Key<Model>",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "KMeans_model_Java_1599212923867_1",
"type": "Key<Model>",
"URL": "/3/Models/KMeans_model_Java_1599212923867_1"
},
"input_value": null,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "training_frame",
"label": "training_frame",
"help": "Id of the training data frame.",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_34-234498781_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_34-234498781_part0"
},
"input_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_34-234498781_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_34-234498781_part0"
},
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "validation_frame",
"label": "validation_frame",
"help": "Id of the validation data frame.",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_34-234498781_part1",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_34-234498781_part1"
},
"input_value": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_34-234498781_part1",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_34-234498781_part1"
},
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "nfolds",
"label": "nfolds",
"help": "Number of folds for K-fold cross-validation (0 to disable or >= 2).",
"required": false,
"type": "int",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_models",
"label": "keep_cross_validation_models",
"help": "Whether to keep the cross-validation models.",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_predictions",
"label": "keep_cross_validation_predictions",
"help": "Whether to keep the predictions of the cross-validation models.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "keep_cross_validation_fold_assignment",
"label": "keep_cross_validation_fold_assignment",
"help": "Whether to keep the cross-validation fold assignment.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "fold_assignment",
"label": "fold_assignment",
"help": "Cross-validation fold assignment scheme, if fold_column is not specified. The 'Stratified' option will stratify the folds based on the response variable, for classification problems.",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": null,
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"Random",
"Modulo",
"Stratified"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "fold_column",
"label": "fold_column",
"help": "Column with cross-validation fold index assignment per observation.",
"required": false,
"type": "VecSpecifier",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [
"training_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"weights_column",
"ignored_columns",
"offset_column"
],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "ignored_columns",
"label": "ignored_columns",
"help": "Names of columns to ignore for training.",
"required": false,
"type": "string[]",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "critical",
"values": [],
"is_member_of_frames": [
"training_frame",
"validation_frame"
],
"is_mutually_exclusive_with": [
"response_column",
"weights_column",
"offset_column",
"fold_column"
],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "ignore_const_cols",
"label": "ignore_const_cols",
"help": "Ignore constant columns.",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "score_each_iteration",
"label": "score_each_iteration",
"help": "Whether to score during each iteration of model training.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "k",
"label": "k",
"help": "The max. number of clusters. If estimate_k is disabled, the model will find k centroids, otherwise it will find up to k centroids.",
"required": false,
"type": "int",
"default_value": 1,
"actual_value": 3,
"input_value": 3,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "estimate_k",
"label": "estimate_k",
"help": "Whether to estimate the number of clusters (<=k) iteratively and deterministically.",
"required": false,
"type": "boolean",
"default_value": false,
"actual_value": false,
"input_value": false,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "user_points",
"label": "user_points",
"help": "This option allows you to specify a dataframe, where each row represents an initial cluster center. The user-specified points must have the same number of columns as the training observations. The number of rows must equal the number of clusters",
"required": false,
"type": "Key<Frame>",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_iterations",
"label": "max_iterations",
"help": "Maximum training iterations (if estimate_k is enabled, then this is for each inner Lloyds iteration)",
"required": false,
"type": "int",
"default_value": 10,
"actual_value": 10,
"input_value": 10,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "standardize",
"label": "standardize",
"help": "Standardize columns before computing distances",
"required": false,
"type": "boolean",
"default_value": true,
"actual_value": true,
"input_value": true,
"level": "critical",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "seed",
"label": "seed",
"help": "RNG Seed",
"required": false,
"type": "long",
"default_value": -1,
"actual_value": 1,
"input_value": 1,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "init",
"label": "init",
"help": "Initialization mode",
"required": false,
"type": "enum",
"default_value": "Furthest",
"actual_value": "Furthest",
"input_value": "Furthest",
"level": "critical",
"values": [
"Random",
"PlusPlus",
"Furthest",
"User"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "max_runtime_secs",
"label": "max_runtime_secs",
"help": "Maximum allowed runtime in seconds for model training. Use 0 to disable.",
"required": false,
"type": "double",
"default_value": 0,
"actual_value": 0,
"input_value": 0,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "categorical_encoding",
"label": "categorical_encoding",
"help": "Encoding scheme for categorical features",
"required": false,
"type": "enum",
"default_value": "AUTO",
"actual_value": "Enum",
"input_value": "AUTO",
"level": "secondary",
"values": [
"AUTO",
"Enum",
"OneHotInternal",
"OneHotExplicit",
"Binary",
"Eigen",
"LabelEncoder",
"SortByResponse",
"EnumLimited"
],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": true
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "export_checkpoints_dir",
"label": "export_checkpoints_dir",
"help": "Automatically export generated models to this directory.",
"required": false,
"type": "string",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "secondary",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
},
{
"__meta": {
"schema_version": 3,
"schema_name": "ModelParameterSchemaV3",
"schema_type": "Iced"
},
"name": "cluster_size_constraints",
"label": "cluster_size_constraints",
"help": "An array specifying the minimum number of points that should be in each cluster. The length of the constraints array has to be the same as the number of clusters.",
"required": false,
"type": "int[]",
"default_value": null,
"actual_value": null,
"input_value": null,
"level": "expert",
"values": [],
"is_member_of_frames": [],
"is_mutually_exclusive_with": [],
"gridable": false
}
],
"output": {
"__meta": {
"schema_version": 3,
"schema_name": "KMeansModelOutputV3",
"schema_type": "KMeansOutput"
},
"names": [
"sepal_len",
"sepal_wid",
"petal_len",
"petal_wid"
],
"original_names": null,
"column_types": [
"Numeric",
"Numeric",
"Numeric",
"Numeric"
],
"domains": [
null,
null,
null,
null
],
"cross_validation_models": null,
"cross_validation_predictions": null,
"cross_validation_holdout_predictions_frame_id": null,
"cross_validation_fold_assignment_frame_id": null,
"model_category": "Clustering",
"model_summary": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Model Summary",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_rows",
"type": "long",
"format": "%d",
"description": "Number of Rows"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_clusters",
"type": "long",
"format": "%d",
"description": "Number of Clusters"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_categorical_columns",
"type": "long",
"format": "%d",
"description": "Number of Categorical Columns"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_iterations",
"type": "long",
"format": "%d",
"description": "Number of Iterations"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "within_cluster_sum_of_squares",
"type": "double",
"format": "%.5f",
"description": "Within Cluster Sum of Squares"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "total_sum_of_squares",
"type": "double",
"format": "%.5f",
"description": "Total Sum of Squares"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "between_cluster_sum_of_squares",
"type": "double",
"format": "%.5f",
"description": "Between Cluster Sum of Squares"
}
],
"rowcount": 1,
"data": [
[
""
],
[
120
],
[
3
],
[
0
],
[
8
],
[
109.91654080642792
],
[
475.9999999999999
],
[
366.08345919357197
]
]
},
"scoring_history": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Scoring History",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "timestamp",
"type": "string",
"format": "%s",
"description": "Timestamp"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "duration",
"type": "string",
"format": "%s",
"description": "Duration"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "iterations",
"type": "long",
"format": "%d",
"description": "Iterations"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "number_of_reassigned_observations",
"type": "long",
"format": "%d",
"description": "Number of Reassigned Observations"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "within_cluster_sum_of_squares",
"type": "double",
"format": "%.5f",
"description": "Within Cluster Sum Of Squares"
}
],
"rowcount": 9,
"data": [
[
"",
"",
"",
"",
"",
"",
"",
"",
""
],
[
"2020-09-04 11:49:20",
"2020-09-04 11:49:20",
"2020-09-04 11:49:20",
"2020-09-04 11:49:20",
"2020-09-04 11:49:20",
"2020-09-04 11:49:20",
"2020-09-04 11:49:20",
"2020-09-04 11:49:20",
"2020-09-04 11:49:20"
],
[
" 0.028 sec",
" 0.083 sec",
" 0.099 sec",
" 0.101 sec",
" 0.102 sec",
" 0.103 sec",
" 0.105 sec",
" 0.106 sec",
" 0.107 sec"
],
[
0,
1,
2,
3,
4,
5,
6,
7,
8
],
[
"NaN",
120,
9,
5,
5,
5,
3,
1,
0
],
[
"NaN",
267.6870391742252,
132.7289264471522,
121.73219835877912,
117.09614703400622,
113.3321922376029,
110.76372989021442,
110.06462437562983,
109.91654080642792
]
]
},
"reproducibility_information_table": [
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Node Information",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "node",
"type": "int",
"format": "%d",
"description": "node"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o",
"type": "string",
"format": "%s",
"description": "h2o"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "healthy",
"type": "string",
"format": "%s",
"description": "healthy"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "last_ping",
"type": "string",
"format": "%s",
"description": "last_ping"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "num_cpus",
"type": "int",
"format": "%d",
"description": "num_cpus"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "sys_load",
"type": "double",
"format": "%.5f",
"description": "sys_load"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "mem_value_size",
"type": "long",
"format": "%d",
"description": "mem_value_size"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "free_mem",
"type": "long",
"format": "%d",
"description": "free_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "pojo_mem",
"type": "long",
"format": "%d",
"description": "pojo_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "swap_mem",
"type": "long",
"format": "%d",
"description": "swap_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "free_disc",
"type": "long",
"format": "%d",
"description": "free_disc"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_disc",
"type": "long",
"format": "%d",
"description": "max_disc"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "pid",
"type": "int",
"format": "%d",
"description": "pid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "num_keys",
"type": "int",
"format": "%d",
"description": "num_keys"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "tcps_active",
"type": "string",
"format": "%s",
"description": "tcps_active"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "open_fds",
"type": "int",
"format": "%d",
"description": "open_fds"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "rpcs_active",
"type": "string",
"format": "%s",
"description": "rpcs_active"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "nthreads",
"type": "int",
"format": "%d",
"description": "nthreads"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "is_leader",
"type": "string",
"format": "%s",
"description": "is_leader"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "total_mem",
"type": "long",
"format": "%d",
"description": "total_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "max_mem",
"type": "long",
"format": "%d",
"description": "max_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "java_version",
"type": "string",
"format": "%s",
"description": "java_version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "jvm_launch_parameters",
"type": "string",
"format": "%s",
"description": "jvm_launch_parameters"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "os_version",
"type": "string",
"format": "%s",
"description": "os_version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "machine_physical_mem",
"type": "long",
"format": "%d",
"description": "machine_physical_mem"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "machine_locale",
"type": "string",
"format": "%s",
"description": "machine_locale"
}
],
"rowcount": 1,
"data": [
[
""
],
[
0
],
[
"192.168.1.2:54321"
],
[
"true"
],
[
"1599212957360"
],
[
12
],
[
2.8432617
],
[
0
],
[
3774079552
],
[
43785664
],
[
0
],
[
40084963328
],
[
499963133952
],
[
3578
],
[
0
],
[
"\u0000"
],
[
-1
],
[
"\u0000"
],
[
12
],
[
"true"
],
[
998768640
],
[
3817865216
],
[
"Java 1.8.0_202 (from Oracle Corporation)"
],
[
"[-agentlib:jdwp=transport=dt_socket,address=127.0.0.1:59906,suspend=y,server=n, -ea, -Didea.test.cyclic.buffer.size=1048576, -javaagent:/Users/marek/Library/Caches/IntelliJIdea2019.1/groovyHotSwap/gragent.jar, -javaagent:/Users/marek/Library/Caches/IntelliJIdea2019.1/captureAgent/debugger-agent.jar, -Dfile.encoding=UTF-8]"
],
[
"Mac OS X 10.14.5 (x86_64)"
],
[
17179869184
],
[
"en_US"
]
]
},
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Cluster Configuration",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_uptime",
"type": "long",
"format": "%d",
"description": "H2O cluster uptime"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_timezone",
"type": "string",
"format": "%s",
"description": "H2O cluster timezone"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_data_parsing_timezone",
"type": "string",
"format": "%s",
"description": "H2O data parsing timezone"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_version",
"type": "string",
"format": "%s",
"description": "H2O cluster version"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_version_age",
"type": "string",
"format": "%s",
"description": "H2O cluster version age"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_name",
"type": "string",
"format": "%s",
"description": "H2O cluster name"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_total_nodes",
"type": "int",
"format": "%d",
"description": "H2O cluster total nodes"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_free_memory",
"type": "long",
"format": "%d",
"description": "H2O cluster free memory"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_total_cores",
"type": "int",
"format": "%d",
"description": "H2O cluster total cores"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_allowed_cores",
"type": "int",
"format": "%d",
"description": "H2O cluster allowed cores"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_cluster_status",
"type": "string",
"format": "%s",
"description": "H2O cluster status"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_internal_security",
"type": "string",
"format": "%s",
"description": "H2O internal security"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "h2o_api_extensions",
"type": "string",
"format": "%s",
"description": "H2O API Extensions"
}
],
"rowcount": 1,
"data": [
[
""
],
[
23497
],
[
"Europe/Prague"
],
[
"UTC"
],
[
"3.30.1.2"
],
[
"16 hours and 58 minutes"
],
[
"H2OKMeansTestSuite"
],
[
1
],
[
3774079552
],
[
12
],
[
12
],
[
"locked, healthly"
],
[
"false"
],
[
"XGBoost, Algos, Amazon S3, Sparkling Water REST API Extensions, AutoML, Core V3, TargetEncoder, Core V4"
]
]
},
{
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Input Frames Information",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "input_frame",
"type": "string",
"format": "%s",
"description": "Input Frame"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "checksum",
"type": "long",
"format": "%d",
"description": "Checksum"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "espc",
"type": "string",
"format": "%d",
"description": "ESPC"
}
],
"rowcount": 2,
"data": [
[
"",
""
],
[
"training_frame",
"validation_frame"
],
[
-8855954062555654000,
-5065948971718673000
],
[
"[0, 120]",
"[0, 30]"
]
]
}
],
"training_metrics": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelMetricsClusteringV3",
"schema_type": "ModelMetricsClustering"
},
"model": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "KMeans_model_Java_1599212923867_1",
"type": "Key<Model>",
"URL": "/3/Models/KMeans_model_Java_1599212923867_1"
},
"model_checksum": 6557039004527762000,
"frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_34-234498781_part0",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_34-234498781_part0"
},
"frame_checksum": -8855954062555654000,
"description": null,
"model_category": "Clustering",
"scoring_time": 1599212960316,
"predictions": null,
"MSE": "NaN",
"RMSE": "NaN",
"nobs": 0,
"custom_metric_name": null,
"custom_metric_value": 0,
"tot_withinss": 109.91654045290444,
"totss": 475.99999841106546,
"betweenss": 366.08345795816103,
"centroid_stats": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Centroid Statistics",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "centroid",
"type": "long",
"format": "%d",
"description": "Centroid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "size",
"type": "double",
"format": "%.5f",
"description": "Size"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "within_cluster_sum_of_squares",
"type": "double",
"format": "%.5f",
"description": "Within Cluster Sum of Squares"
}
],
"rowcount": 3,
"data": [
[
"",
"",
""
],
[
1,
2,
3
],
[
50,
29,
41
],
[
44.7255155812487,
33.68482198712866,
31.506202884527074
]
]
}
},
"validation_metrics": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelMetricsClusteringV3",
"schema_type": "ModelMetricsClustering"
},
"model": {
"__meta": {
"schema_version": 3,
"schema_name": "ModelKeyV3",
"schema_type": "Key<Model>"
},
"name": "KMeans_model_Java_1599212923867_1",
"type": "Key<Model>",
"URL": "/3/Models/KMeans_model_Java_1599212923867_1"
},
"model_checksum": 6557039004527762000,
"frame": {
"__meta": {
"schema_version": 3,
"schema_name": "FrameKeyV3",
"schema_type": "Key<Frame>"
},
"name": "frame_rdd_34-234498781_part1",
"type": "Key<Frame>",
"URL": "/3/Frames/frame_rdd_34-234498781_part1"
},
"frame_checksum": -5065948971718673000,
"description": null,
"model_category": "Clustering",
"scoring_time": 1599212960318,
"predictions": null,
"MSE": "NaN",
"RMSE": "NaN",
"nobs": 0,
"custom_metric_name": null,
"custom_metric_value": 0,
"tot_withinss": 32.51268759759559,
"totss": 33.03006182544528,
"betweenss": 0.5173742278496931,
"centroid_stats": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Centroid Statistics",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "",
"type": "string",
"format": "%s",
"description": ""
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "centroid",
"type": "long",
"format": "%d",
"description": "Centroid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "size",
"type": "double",
"format": "%.5f",
"description": "Size"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "within_cluster_sum_of_squares",
"type": "double",
"format": "%.5f",
"description": "Within Cluster Sum of Squares"
}
],
"rowcount": 3,
"data": [
[
"",
"",
""
],
[
1,
2,
3
],
[
0,
26,
4
],
[
0,
27.709598166891634,
4.803089430703958
]
]
}
},
"cross_validation_metrics": null,
"cross_validation_metrics_summary": null,
"status": null,
"start_time": 1599212960216,
"end_time": 1599212960321,
"run_time": 105,
"default_threshold": 0.5,
"help": {
"cross_validation_metrics_summary": "Cross-validation model metrics summary",
"start_time": "Start time in milliseconds",
"run_time": "Runtime in milliseconds",
"centers_std": "Cluster Centers[k][features] on Standardized Data",
"status": "Job status",
"domains": "Domains for categorical columns",
"centers": "Cluster Centers[k][features]",
"model_category": "Category of the model (e.g., Binomial)",
"reproducibility_information_table": "Model reproducibility information",
"default_threshold": "Default threshold used for predictions",
"__meta": "Metadata on this schema instance, to make it self-describing.",
"model_summary": "Model summary",
"scoring_history": "Scoring history",
"help": "Help information for output fields",
"end_time": "End time in milliseconds",
"names": "Column names",
"column_types": "Column types",
"original_names": "Original column names",
"cross_validation_fold_assignment_frame_id": "Cross-validation fold assignment (each row is assigned to one holdout fold)",
"training_metrics": "Training data model metrics",
"cross_validation_models": "Cross-validation models (model ids)",
"cross_validation_metrics": "Cross-validation model metrics",
"cross_validation_predictions": "Cross-validation predictions, one per cv model (deprecated, use cross_validation_holdout_predictions_frame_id instead)",
"cross_validation_holdout_predictions_frame_id": "Cross-validation holdout predictions (full out-of-sample predictions on training data)",
"validation_metrics": "Validation data model metrics"
},
"centers": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Cluster Means",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "centroid",
"type": "string",
"format": "%s",
"description": "Centroid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "sepal_len",
"type": "double",
"format": "%f",
"description": "sepal_len"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "sepal_wid",
"type": "double",
"format": "%f",
"description": "sepal_wid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "petal_len",
"type": "double",
"format": "%f",
"description": "petal_len"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "petal_wid",
"type": "double",
"format": "%f",
"description": "petal_wid"
}
],
"rowcount": 3,
"data": [
[
"1",
"2",
"3"
],
[
5.006,
6.686206896551724,
5.709756097560976
],
[
3.418,
3.0551724137931036,
2.6414634146341465
],
[
1.4639999999999993,
5.313793103448276,
4.195121951219512
],
[
0.24400000000000022,
1.8413793103448275,
1.3121951219512196
]
]
},
"centers_std": {
"__meta": {
"schema_version": 3,
"schema_name": "TwoDimTableV3",
"schema_type": "TwoDimTable"
},
"name": "Standardized Cluster Means",
"description": "",
"columns": [
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "centroid",
"type": "string",
"format": "%s",
"description": "Centroid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "sepal_len",
"type": "double",
"format": "%f",
"description": "sepal_len"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "sepal_wid",
"type": "double",
"format": "%f",
"description": "sepal_wid"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "petal_len",
"type": "double",
"format": "%f",
"description": "petal_len"
},
{
"__meta": {
"schema_version": -1,
"schema_name": "ColumnSpecsBase",
"schema_type": "Iced"
},
"name": "petal_wid",
"type": "double",
"format": "%f",
"description": "petal_wid"
}
],
"rowcount": 3,
"data": [
[
"1",
"2",
"3"
],
[
-0.8387540043366714,
1.3411071907087302,
0.07428272405562311
],
[
0.7585176645621119,
-0.021117274045150004,
-0.9100849336779568
],
[
-1.093589129616501,
1.1656498772005668,
0.5091612205367939
],
[
-1.060853768517749,
1.195585460685439,
0.44806609917097057
]
]
}
},
"compatible_frames": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment