CategoricalParameterRange

Specifies a categorical hyperparameter and it's range of tunable values. This object is part of the ParameterRanges object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the categorical hyperparameter to tune.

Link copied to clipboard

A list of the tunable categories for the hyperparameter.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String