org.apache.spark.ml.regression.CatBoostHelpers.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 org.apache.spark.ml
import org.apache.spark.ml.regression.{RegressionModel, Regressor}
// make public internal Spark Regressor class
abstract class CatBoostRegressorBase[F, R <: Regressor[F, R, M], M <: RegressionModel[F, M]] extends Regressor[F, R, M]