Define the new internet.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
Look up the words people use online, add the ones we missed, and help make the internet easier to understand.
2,337 definitions
Training Model Card is a ml documentation artifact that summarizes intended use, limits, and evaluation evidence for model learning and optimization workflows. It uses dataset notes, metric tables, and risk statements so teams can publish model behavior honestly while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Training Model Card when the training job restarted, so the team could publish model behavior honestly before the model moved into evaluation.”
Model Drift Data Split is a ml experimental control that separates examples for training, validation, and testing for changes in model performance over time. It uses randomization rules, leakage checks, and seed tracking so teams can measure generalization honestly while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Model Drift Data Split when the live population changed, so the team could measure generalization honestly before the model moved into evaluation.”
Vector Training Checkpoint is a ml recovery artifact that saves model state during learning for numeric representation and similarity search. It uses weights, optimizer state, and run metadata so teams can resume or inspect training safely while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Vector Training Checkpoint when the vector store returned close matches, so the team could resume or inspect training safely before the model moved into evaluation.”
Dataset Label Review is a ml quality workflow that checks annotations for consistency and usefulness for labeled and unlabeled data used for learning. It uses agreement metrics, reviewer queues, and adjudication so teams can improve supervised learning data while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Dataset Label Review when the dataset received a new batch, so the team could improve supervised learning data before the model moved into evaluation.”
Model Drift Training Checkpoint is a ml recovery artifact that saves model state during learning for changes in model performance over time. It uses weights, optimizer state, and run metadata so teams can resume or inspect training safely while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Model Drift Training Checkpoint when the live population changed, so the team could resume or inspect training safely before the model moved into evaluation.”
Inference Feature Store is a ml service that serves consistent features to training and inference for model prediction serving. It uses versioned feature definitions, freshness checks, and access policies so teams can avoid training-serving skew while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Inference Feature Store when the endpoint handled burst traffic, so the team could avoid training-serving skew before the model moved into evaluation.”
Embedding Drift Monitor is a ml monitor that detects when data or predictions no longer match the training baseline for vector representation of content or entities. It uses statistical tests, time windows, and alert thresholds so teams can respond before quality drops while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Embedding Drift Monitor when the embedding index changed, so the team could respond before quality drops before the model moved into evaluation.”
Experiment Drift Monitor is a ml monitor that detects when data or predictions no longer match the training baseline for controlled model comparison. It uses statistical tests, time windows, and alert thresholds so teams can respond before quality drops while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Experiment Drift Monitor when the experiment showed a metric tradeoff, so the team could respond before quality drops before the model moved into evaluation.”
Vector Provenance Ledger is a ml record that tracks where data came from and how it changed for numeric representation and similarity search. It uses hashes, source labels, and transformation history so teams can audit model inputs reliably while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Vector Provenance Ledger when the vector store returned close matches, so the team could audit model inputs reliably before the model moved into evaluation.”
Inference Hyperparameter Sweep is a ml optimization process that searches over model settings to improve a target metric for model prediction serving. It uses bounded search spaces, trial tracking, and early stopping so teams can find better configurations while keeping evidence, reliability, and public-safe operational boundaries clear.
“The machine learning team used Inference Hyperparameter Sweep when the endpoint handled burst traffic, so the team could find better configurations before the model moved into evaluation.”