All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download spark-ml-serving-2_1_2.11 JAR 0.3.2 with all dependencies


Files of the artifact spark-ml-serving-2_1_2.11 version 0.3.2 from the group io.hydrosphere.

Artifact spark-ml-serving-2_1_2.11
Group io.hydrosphere
Version 0.3.2


Please rate this JAR file. Is it a good library?

1 downloads

Source code of spark-ml-serving-2_1_2.11 version 0.3.2

META-INF
META-INF.META-INF.MANIFEST.MF
io.hydrosphere.spark_ml_serving
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.CommonLoaderConversions.scala
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.CommonTransormerConversions.scala
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.DynamicLoaderConverter.scala
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.DynamicTransformerConverter.scala
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.LocalPipelineModel.scala
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.SparkImplementationImplicits.scala
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.SpecificLoaderConversions.scala
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.SpecificTransformerConversions.scala
io.hydrosphere.spark_ml_serving.io.hydrosphere.spark_ml_serving.TypedTransformerConverter.scala
io.hydrosphere.spark_ml_serving.classification
io.hydrosphere.spark_ml_serving.classification.io.hydrosphere.spark_ml_serving.classification.LocalDecisionTreeClassificationModel.scala
io.hydrosphere.spark_ml_serving.classification.io.hydrosphere.spark_ml_serving.classification.LocalGBTClassificationModel.scala
io.hydrosphere.spark_ml_serving.classification.io.hydrosphere.spark_ml_serving.classification.LocalLogisticRegressionModel.scala
io.hydrosphere.spark_ml_serving.classification.io.hydrosphere.spark_ml_serving.classification.LocalMultilayerPerceptronClassificationModel.scala
io.hydrosphere.spark_ml_serving.classification.io.hydrosphere.spark_ml_serving.classification.LocalNaiveBayes.scala
io.hydrosphere.spark_ml_serving.classification.io.hydrosphere.spark_ml_serving.classification.LocalRandomForestClassificationModel.scala
io.hydrosphere.spark_ml_serving.clustering
io.hydrosphere.spark_ml_serving.clustering.io.hydrosphere.spark_ml_serving.clustering.LocalGaussianMixtureModel.scala
io.hydrosphere.spark_ml_serving.clustering.io.hydrosphere.spark_ml_serving.clustering.LocalKMeansModel.scala
io.hydrosphere.spark_ml_serving.clustering.io.hydrosphere.spark_ml_serving.clustering.LocalLDAModel.scala
io.hydrosphere.spark_ml_serving.common
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.LocalData.scala
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.LocalPredictionModel.scala
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.LocalTransformer.scala
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.Metadata.scala
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.ModelDataReader.scala
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.ModelLoader.scala
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.ModelSource.scala
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.SimpleModelLoader.scala
io.hydrosphere.spark_ml_serving.common.io.hydrosphere.spark_ml_serving.common.TreeModelLoader.scala
io.hydrosphere.spark_ml_serving.common.classification
io.hydrosphere.spark_ml_serving.common.classification.io.hydrosphere.spark_ml_serving.common.classification.LocalClassificationModel.scala
io.hydrosphere.spark_ml_serving.common.classification.io.hydrosphere.spark_ml_serving.common.classification.LocalProbabilisticClassificationModel.scala
io.hydrosphere.spark_ml_serving.common.reader
io.hydrosphere.spark_ml_serving.common.reader.io.hydrosphere.spark_ml_serving.common.reader.SimpleReadSupport.scala
io.hydrosphere.spark_ml_serving.common.reader.io.hydrosphere.spark_ml_serving.common.reader.SimpleRecord.scala
io.hydrosphere.spark_ml_serving.common.reader.io.hydrosphere.spark_ml_serving.common.reader.SimpleRecordConverter.scala
io.hydrosphere.spark_ml_serving.common.reader.io.hydrosphere.spark_ml_serving.common.reader.SimpleRecordMaterializer.scala
io.hydrosphere.spark_ml_serving.common.utils
io.hydrosphere.spark_ml_serving.common.utils.io.hydrosphere.spark_ml_serving.common.utils.DataUtils.scala
io.hydrosphere.spark_ml_serving.common.utils.io.hydrosphere.spark_ml_serving.common.utils.ParamUtils.scala
io.hydrosphere.spark_ml_serving.common.utils.io.hydrosphere.spark_ml_serving.common.utils.PrivateMethodCaller.scala
io.hydrosphere.spark_ml_serving.common.utils.io.hydrosphere.spark_ml_serving.common.utils.PrivateMethodExposer.scala
io.hydrosphere.spark_ml_serving.common.utils.io.hydrosphere.spark_ml_serving.common.utils.PumpedClass.scala
io.hydrosphere.spark_ml_serving.preprocessors
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalBinarizer.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalChiSqSelectorModel.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalCountVectorizerModel.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalDCT.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalHashingTF.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalIDF.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalIndexToString.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalMaxAbsScalerModel.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalMinMaxScalerModel.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalNGram.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalNormalizer.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalOneHotEncoder.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalPCAModel.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalPolynomialExpansion.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalRegexTokenizer.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalStandardScalerModel.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalStopWordsRemover.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalStringIndexerModel.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalTokenizer.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalVectorAssembler.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalVectorIndexerModel.scala
io.hydrosphere.spark_ml_serving.preprocessors.io.hydrosphere.spark_ml_serving.preprocessors.LocalWord2VecModel.scala
io.hydrosphere.spark_ml_serving.regression
io.hydrosphere.spark_ml_serving.regression.io.hydrosphere.spark_ml_serving.regression.LocalDecisionTreeRegressionModel.scala
io.hydrosphere.spark_ml_serving.regression.io.hydrosphere.spark_ml_serving.regression.LocalGBTRegressor.scala
io.hydrosphere.spark_ml_serving.regression.io.hydrosphere.spark_ml_serving.regression.LocalLinearRegressionModel.scala
io.hydrosphere.spark_ml_serving.regression.io.hydrosphere.spark_ml_serving.regression.LocalRandomForestRegressionModel.scala




© 2015 - 2024 Weber Informatics LLC | Privacy Policy