View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFractionSplit (google_api_ai_platform v0.13.0)

Assigns the input data to training, validation, and test sets as per the given fractions. Any of training_fraction, validation_fraction and test_fraction may optionally be provided, they must sum to up to 1. If the provided ones sum to less than 1, the remainder is assigned to sets as decided by Vertex AI. If none of the fractions are set, by default roughly 80% of data is used for training, 10% for validation, and 10% for test.

Attributes

  • testFraction (type: float(), default: nil) - The fraction of the input data that is to be used to evaluate the Model.
  • trainingFraction (type: float(), default: nil) - The fraction of the input data that is to be used to train the Model.
  • validationFraction (type: float(), default: nil) - The fraction of the input data that is to be used to validate the Model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportFractionSplit{
    testFraction: float() | nil,
    trainingFraction: float() | nil,
    validationFraction: float() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.