
com.databricks.labs.automl.utils.ModelFamily.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
object ModelFamily extends Enumeration {
val RANDOM_FOREST = Value("RandomForest")
}
object ModelType extends Enumeration {
val CLASSIFIER = Value("classifier")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy