c

com.microsoft.azure.synapse.ml.automl

HyperparamBuilder

class HyperparamBuilder extends AnyRef

Specifies the search space for hyperparameters.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HyperparamBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HyperparamBuilder()

Value Members

  1. def addHyperparam[T](param: Param[T], values: Dist[T]): HyperparamBuilder.this.type

    Adds a param to the search space.

  2. def build(): Array[(Param[_], Dist[_])]

    Builds the search space of hyperparameters.

    Builds the search space of hyperparameters.

    returns

    The map of hyperparameters to search through.