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

com.databricks.labs.automl.feature.SyntheticFeatureBase.scala Maven / Gradle / Ivy

The newest version!
package com.databricks.labs.automl.feature

trait SyntheticFeatureBase extends KSamplingBase {

  final val allowableLabelBalanceModes: List[String] =
    List("match", "percentage", "target")

  def defaultCardinalityThreshold: Int = 20
  def defaultLabelBalanceMode: String = "match"
  def defaultNumericRatio: Double = 0.2
  def defaultNumericTarget: Int = 500
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy