Expand description
Nested message and enum types in Model
.
Modules§
- Nested message and enum types in
ArimaForecastingMetrics
. - Nested message and enum types in
BinaryClassificationMetrics
. - Nested message and enum types in
BoostedTreeOptionEnums
. - Nested message and enum types in
CategoryEncodingMethod
. - Nested message and enum types in
ClusteringMetrics
. - Nested message and enum types in
DoubleHparamSearchSpace
. - Nested message and enum types in
EvaluationMetrics
. - Nested message and enum types in
GlobalExplanation
. - Nested message and enum types in
HparamTuningEnums
. - Nested message and enum types in
HparamTuningTrial
. - Nested message and enum types in
IntArrayHparamSearchSpace
. - Nested message and enum types in
IntHparamSearchSpace
. - Nested message and enum types in
KmeansEnums
. - Nested message and enum types in
ModelRegistryOptionEnums
. - Nested message and enum types in
MultiClassClassificationMetrics
. - Nested message and enum types in
PcaSolverOptionEnums
. - Nested message and enum types in
SeasonalPeriod
. - Nested message and enum types in
TrainingRun
.
Structs§
- Aggregate metrics for classification/classifier models. For multi-class models, the metrics are either macro-averaged or micro-averaged. When macro-averaged, the metrics are calculated for each label and then an unweighted average is taken of those values. When micro-averaged, the metric is calculated globally by counting the total number of correctly predicted rows.
- ARIMA model fitting metrics.
- Model evaluation metrics for ARIMA forecasting models.
- Arima order, can be used for both non-seasonal and seasonal parts.
- Evaluation metrics for binary classification/classifier models.
- Enums for XGBoost model type.
- Encoding methods for categorical features.
- Evaluation metrics for clustering models.
- Data split result. This contains references to the training and evaluation data tables that were used to train the model.
- Model evaluation metrics for dimensionality reduction models.
- Search space for a double hyperparameter.
- Evaluation metrics of a model. These are either computed on all training data or just the eval data based on whether eval data was used during training. These are not present for imported models.
- Global explanations containing the top most important features after training.
- Hyperparameter search spaces. These should be a subset of training_options.
- Enums for hyperparameter tuning.
- Training info of a trial in hyperparameter tuning models.
- Search space for int array.
- Search space for an int hyperparameter.
- Enums for kmeans model type.
- Model registry options.
- Evaluation metrics for multi-class classification/classifier models.
- PCA solver options.
- Evaluation metrics used by weighted-ALS models specified by feedback_type=implicit.
- Evaluation metrics for regression and explicit feedback type matrix factorization models.
- Enums for seasonal period.
- Search space for string and enum.
- Information about a single training query run for the model.
Enums§
- Enums for color space, used for processing images in Object Table. See more details at https://www.tensorflow.org/io/tutorials/colorspace.
- Type of supported data frequency for time series forecasting models.
- Indicates the method to split input data into multiple tables.
- Distance metric used to compute the distance between two points.
- Indicates the training algorithm to use for matrix factorization models.
- Type of supported holiday regions for time series forecasting models.
- Indicates the learning rate optimization strategy to use.
- Loss metric to evaluate model training performance.
- Indicates the type of the Model.
- Indicates the optimization strategy used for training.