
com.databricks.labs.automl.model.tools.structures.SplitUtilityStructures.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.model.tools.structures
import org.apache.spark.sql.DataFrame
case class TrainSplitReferences(kIndex: Int,
data: TrainTestData,
paths: TrainTestPaths)
case class TrainTestData(train: DataFrame, test: DataFrame)
case class TrainTestPaths(train: String, test: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy