aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9656][MLLIB][PYTHON] Add missing methods to PySpark's Distributed Line...Mike Dusenberry2016-04-271-1/+2
* [SPARK-14732][ML] spark.ml GaussianMixture should use MultivariateGaussian in...Joseph K. Bradley2016-04-262-37/+75
* [SPARK-12301][ML] Made all tree and ensemble classes not finalJoseph K. Bradley2016-04-268-16/+16
* [SPARK-14907][MLLIB] Use repartition in GLMRegressionModel.saveDongjoon Hyun2016-04-261-4/+1
* [SPARK-11559][MLLIB] Make `runs` no effect in mllib.KMeansYanbo Liang2016-04-262-32/+11
* [MINOR] Follow-up to #12625Andrew Or2016-04-261-4/+4
* [SPARK-14912][SQL] Propagate data source options to Hadoop configurationReynold Xin2016-04-261-5/+5
* [SPARK-14313][ML][SPARKR] AFTSurvivalRegression model persistence in SparkRYanbo Liang2016-04-262-3/+51
* [SPARK-13962][ML] spark.ml Evaluators should support other numeric types for ...BenFradet2016-04-268-51/+88
* [SPARK-14861][SQL] Replace internal usages of SQLContext with SparkSessionAndrew Or2016-04-2514-51/+52
* [SPARK-14312][ML][SPARKR] NaiveBayes model persistence in SparkRYanbo Liang2016-04-252-3/+94
* [SPARK-10574][ML][MLLIB] HashingTF supports MurmurHash3Yanbo Liang2016-04-253-21/+129
* [SPARK-14433][PYSPARK][ML] PySpark ml GaussianMixturewm624@hotmail.com2016-04-251-2/+25
* [SPARK-14758][ML] Add checking for StepSize and TolZheng RuiFeng2016-04-251-2/+4
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-243-7/+7
* [MINOR][ML][MLLIB] Remove unused importsZheng RuiFeng2016-04-2213-16/+11
* [SPARK-14843][ML] Fix encoding error in LibSVMRelationLiang-Chi Hsieh2016-04-232-5/+13
* [MINOR][DOC] Fix doc style in ml.ann.Layer and MultilayerPerceptronClassifierZheng RuiFeng2016-04-222-40/+40
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-223-6/+22
* [SPARK-14479][ML] GLM supports output link predictionYanbo Liang2016-04-212-34/+108
* [SPARK-14734][ML][MLLIB] Added asML, fromML methods for all spark.mllib Vecto...Joseph K. Bradley2016-04-214-2/+135
* [SPARK-14569][ML] Log instrumentation in KMeansXin Ren2016-04-213-6/+23
* [SPARK-14478][ML][MLLIB][DOC] Doc that StandardScaler uses the corrected samp...Joseph K. Bradley2016-04-202-0/+10
* [SPARK-14687][CORE][SQL][MLLIB] Call path.getFileSystem(conf) instead of call...Liwei Lin2016-04-202-3/+5
* [SPARK-14407][SQL] Hides HadoopFsRelation related data source API into execut...Cheng Lian2016-04-191-1/+1
* [SPARK-14564][ML][MLLIB][PYSPARK] Python Word2Vec missing setWindowSize methodJason Lee2016-04-181-1/+4
* [SPARK-14306][ML][PYSPARK] PySpark ml.classification OneVsRest support export...Xusen Yin2016-04-181-0/+7
* [MINOR] Remove inappropriate type notation and extra anonymous closure within...hyukjinkwon2016-04-162-3/+4
* [SPARK-13925][ML][SPARKR] Expose R-like summary statistics in SparkR::glm for...Yanbo Liang2016-04-151-6/+46
* [SPARK-14370][MLLIB] removed duplicate generation of ids in OnlineLDAOptimizerPravin Gadakh2016-04-152-11/+10
* [SPARK-14549][ML] Copy the Vector and Matrix classes from mllib to ml in mlli...DB Tsai2016-04-151-2/+2
* [SPARK-12869] Implemented an improved version of the toIndexedRowMatrixFokko Driesprong2016-04-142-8/+57
* [SPARK-14565][ML] RandomForest should use parseInt and parseDouble for featur...Yong Tang2016-04-144-13/+25
* [SPARK-14618][ML][DOC] Updated RegressionEvaluator.metricName param docJoseph K. Bradley2016-04-141-4/+5
* [SPARK-14612][ML] Consolidate the version of dependencies in mllib and mllib-...Sean Owen2016-04-141-13/+0
* [SPARK-14375][ML] Unit test for spark.ml KMeansSummaryYanbo Liang2016-04-133-8/+47
* [SPARK-14461][ML] GLM training summaries should provide solverYanbo Liang2016-04-132-3/+11
* [SPARK-10386][MLLIB] PrefixSpanModel supports save/loadYanbo Liang2016-04-133-1/+163
* [SPARK-13783][ML] Model export/import for spark.ml: GBTsYanbo Liang2016-04-138-137/+262
* [SPARK-14568][ML] Instrumentation framework for logistic regressionTimothy Hunter2016-04-132-1/+127
* Revert "[SPARK-14154][MLLIB] Simplify the implementation for Kolmogorov–Smi...Xiangrui Meng2016-04-131-4/+73
* [MINOR][SQL] Remove some unused imports in datasources.hyukjinkwon2016-04-131-3/+0
* [SPARK-14147][ML][SPARKR] SparkR predict should not output feature columnYanbo Liang2016-04-122-2/+4
* [SPARK-14563][ML] use a random table name instead of __THIS__ in SQLTransformerXiangrui Meng2016-04-122-4/+16
* [SPARK-13322][ML] AFTSurvivalRegression supports feature standardizationYanbo Liang2016-04-122-34/+93
* [SPARK-12566][SPARK-14324][ML] GLM model family, link function support in Spa...Yanbo Liang2016-04-122-115/+79
* [SPARK-3724][ML] RandomForest: More options for feature subset size.Yong Tang2016-04-126-3/+95
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-125-14/+7
* [SPARK-14535][SQL] Remove buildInternalScan from FileFormatWenchen Fan2016-04-111-33/+1
* [MINOR][ML] Fixed MLlib build warningsJoseph K. Bradley2016-04-121-0/+3