Technical GlossaryMachine Learning
Tree-Structured Parzen Estimator
A Bayesian search method that proposes new hyperparameter candidates by modeling good and bad regions based on previous trials.
Tree-Structured Parzen Estimator is a sample-efficient method widely used in modern hyperparameter optimization. Unlike traditional surrogate-model approaches, it models good-performing and poor-performing regions with separate probability densities. This makes it especially effective in complex, conditional, and irregular hyperparameter spaces. Its flexibility is one reason it has become common in automated model selection and AutoML systems.
You Might Also Like
Explore these concepts to continue your artificial intelligence journey.
