
com.databricks.labs.automl.utils.ConfigParser.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.utils
import com.databricks.labs.automl.executor.config.{
ConfigurationDefaults,
InstanceConfig
}
import com.databricks.labs.automl.params.{Defaults, MainConfig}
//object ConfigParser extends Defaults with ConfigurationDefaults with InferenceTools {
//// Holding
//}
object DefaultConfigAccessor extends Defaults {
def getMainConfig: MainConfig = _mainConfigDefaults
}
object DefaultInstanceConfigAccessor extends ConfigurationDefaults {
def getInstanceConfig(modelFamily: String,
predictionType: String): InstanceConfig =
getDefaultConfig(modelFamily, predictionType)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy