ai.catboost.spark.params.DatasetParams.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catboost-spark_2.4_2.12 Show documentation
Show all versions of catboost-spark_2.4_2.12 Show documentation
JVM module to use CatBoost on Apache Spark
The newest version!
package ai.catboost.spark.params;
import org.apache.spark.ml.param.shared._
/** Common dataset columns parameters */
trait DatasetParamsTrait
extends HasLabelCol with HasFeaturesCol with HasWeightCol
{}