
com.databricks.labs.automl.tracking.MLFlowStructures.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.tracking
import org.mlflow.tracking.MlflowClient
case class MLFlowReturn(client: MlflowClient,
experimentId: String,
runIdPayload: Array[(String, Double)])
case class MLFlowReportStructure(fullLog: MLFlowReturn, bestLog: MLFlowReturn)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy