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

io.hydrosphere.mist.ml.loaders.LocalModel.scala Maven / Gradle / Ivy

package io.hydrosphere.mist.ml.loaders

import io.hydrosphere.mist.ml.Metadata
import org.apache.spark.ml.Transformer

trait LocalModel {
  def localLoad(metadata: Metadata, data: Map[String, Any]): Transformer
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy