All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.spark.ml.odkl.hyperopt.HasConfigurations.scala Maven / Gradle / Ivy

package org.apache.spark.ml.odkl.hyperopt
import org.apache.spark.ml.odkl.ModelWithSummary.Block

/**
  * Common summary block to store history of the hyperparameters search.
  */
trait HasConfigurations {
  val configurations: Block = Block("configurations")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy