
com.databricks.labs.automl.feature.SyntheticFeatureBase.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automatedml_2.11 Show documentation
Show all versions of automatedml_2.11 Show documentation
Databricks Labs AutoML toolkit
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