All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.catboost.spark.params.DatasetParams.scala Maven / Gradle / Ivy

package ai.catboost.spark.params;

import org.apache.spark.ml.param.shared._

/** Common dataset columns parameters */
trait DatasetParamsTrait
  extends HasLabelCol with HasFeaturesCol with HasWeightCol
{}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy