Class

com.databricks.labs.automl.params

MainConfig

Related Doc: package params

Permalink

case class MainConfig(modelFamily: String, labelCol: String, featuresCol: String, naFillFlag: Boolean, varianceFilterFlag: Boolean, outlierFilterFlag: Boolean, pearsonFilteringFlag: Boolean, covarianceFilteringFlag: Boolean, oneHotEncodeFlag: Boolean, scalingFlag: Boolean, featureInteractionFlag: Boolean, dataPrepCachingFlag: Boolean, dataPrepParallelism: Int, autoStoppingFlag: Boolean, autoStoppingScore: Double, featureImportanceCutoffType: String, featureImportanceCutoffValue: Double, dateTimeConversionType: String, fieldsToIgnoreInVector: Array[String], numericBoundaries: Map[String, (Double, Double)], stringBoundaries: Map[String, List[String]], scoringMetric: String, scoringOptimizationStrategy: String, fillConfig: FillConfig, outlierConfig: OutlierConfig, pearsonConfig: PearsonConfig, covarianceConfig: CovarianceConfig, featureInteractionConfig: FeatureInteractionConfig, scalingConfig: ScalingConfig, geneticConfig: GeneticConfig, mlFlowLoggingFlag: Boolean, mlFlowLogArtifactsFlag: Boolean, mlFlowConfig: MLFlowConfig, inferenceConfigSaveLocation: String, dataReductionFactor: Double, pipelineDebugFlag: Boolean, pipelineId: String) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MainConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MainConfig(modelFamily: String, labelCol: String, featuresCol: String, naFillFlag: Boolean, varianceFilterFlag: Boolean, outlierFilterFlag: Boolean, pearsonFilteringFlag: Boolean, covarianceFilteringFlag: Boolean, oneHotEncodeFlag: Boolean, scalingFlag: Boolean, featureInteractionFlag: Boolean, dataPrepCachingFlag: Boolean, dataPrepParallelism: Int, autoStoppingFlag: Boolean, autoStoppingScore: Double, featureImportanceCutoffType: String, featureImportanceCutoffValue: Double, dateTimeConversionType: String, fieldsToIgnoreInVector: Array[String], numericBoundaries: Map[String, (Double, Double)], stringBoundaries: Map[String, List[String]], scoringMetric: String, scoringOptimizationStrategy: String, fillConfig: FillConfig, outlierConfig: OutlierConfig, pearsonConfig: PearsonConfig, covarianceConfig: CovarianceConfig, featureInteractionConfig: FeatureInteractionConfig, scalingConfig: ScalingConfig, geneticConfig: GeneticConfig, mlFlowLoggingFlag: Boolean, mlFlowLogArtifactsFlag: Boolean, mlFlowConfig: MLFlowConfig, inferenceConfigSaveLocation: String, dataReductionFactor: Double, pipelineDebugFlag: Boolean, pipelineId: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val autoStoppingFlag: Boolean

    Permalink
  6. val autoStoppingScore: Double

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val covarianceConfig: CovarianceConfig

    Permalink
  9. val covarianceFilteringFlag: Boolean

    Permalink
  10. val dataPrepCachingFlag: Boolean

    Permalink
  11. val dataPrepParallelism: Int

    Permalink
  12. val dataReductionFactor: Double

    Permalink
  13. val dateTimeConversionType: String

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. val featureImportanceCutoffType: String

    Permalink
  16. val featureImportanceCutoffValue: Double

    Permalink
  17. val featureInteractionConfig: FeatureInteractionConfig

    Permalink
  18. val featureInteractionFlag: Boolean

    Permalink
  19. val featuresCol: String

    Permalink
  20. val fieldsToIgnoreInVector: Array[String]

    Permalink
  21. val fillConfig: FillConfig

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. val geneticConfig: GeneticConfig

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. val inferenceConfigSaveLocation: String

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val labelCol: String

    Permalink
  28. val mlFlowConfig: MLFlowConfig

    Permalink
  29. val mlFlowLogArtifactsFlag: Boolean

    Permalink
  30. val mlFlowLoggingFlag: Boolean

    Permalink
  31. val modelFamily: String

    Permalink
  32. val naFillFlag: Boolean

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. val numericBoundaries: Map[String, (Double, Double)]

    Permalink
  37. val oneHotEncodeFlag: Boolean

    Permalink
  38. val outlierConfig: OutlierConfig

    Permalink
  39. val outlierFilterFlag: Boolean

    Permalink
  40. val pearsonConfig: PearsonConfig

    Permalink
  41. val pearsonFilteringFlag: Boolean

    Permalink
  42. val pipelineDebugFlag: Boolean

    Permalink
  43. val pipelineId: String

    Permalink
  44. val scalingConfig: ScalingConfig

    Permalink
  45. val scalingFlag: Boolean

    Permalink
  46. val scoringMetric: String

    Permalink
  47. val scoringOptimizationStrategy: String

    Permalink
  48. val stringBoundaries: Map[String, List[String]]

    Permalink
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. val varianceFilterFlag: Boolean

    Permalink
  51. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped