aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13028] [ML] Add MaxAbsScaler to ML.feature as a transformerYuhao Yang2016-02-252-0/+246
* [SPARK-12874][ML] ML StringIndexer does not protect itself from column name d...Yu ISHIKAWA2016-02-252-0/+12
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-2549-116/+98
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2549-98/+116
* [SPARK-13490][ML] ML LinearRegression should cache standardization param valueYanbo Liang2016-02-251-1/+2
* [SPARK-13444][MLLIB] QuantileDiscretizer chooses bad splits on large DataFramesOliver Pierson2016-02-252-2/+29
* [SPARK-13011] K-means wrapper in SparkRXusen Yin2016-02-232-3/+94
* [SPARK-13338][ML] Allow setting 'degree' parameter to 1 for PolynomialExpansionGrzegorz Chilkiewicz2016-02-232-33/+41
* [SPARK-13355][MLLIB] replace GraphImpl.fromExistingRDDs by Graph.applyXiangrui Meng2016-02-221-2/+1
* [SPARK-13429][MLLIB] Unify Logistic Regression convergence tolerance of ML & ...Yanbo Liang2016-02-222-10/+10
* [SPARK-13295][ ML, MLLIB ] AFTSurvivalRegression.AFTAggregator improvements -...Narine Kokhlikyan2016-02-221-15/+17
* [SPARK-13334][ML] ML KMeansModel / BisectingKMeansModel / QuantileDiscretizer...Yanbo Liang2016-02-226-4/+8
* [SPARK-12632][PYSPARK][DOC] PySpark fpm and als parameter desc to consistent ...Bryan Cutler2016-02-224-66/+60
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-1/+1
* [SPARK-12153][SPARK-7617][MLLIB] add support of arbitrary length sentence and...Yong Gang Cao2016-02-222-38/+38
* [SPARK-13379][MLLIB] Fix MLlib LogisticRegressionWithLBFGS set regularization...Yanbo Liang2016-02-212-2/+350
* [MINOR][MLLIB] fix mllib compile warningsXiangrui Meng2016-02-172-0/+6
* [SPARK-12247][ML][DOC] Documentation for spark.ml's ALS and collaborative fil...BenFradet2016-02-161-1/+1
* [SPARK-13097][ML] Binarizer allowing Double AND Vector input typesseddonm12016-02-152-17/+81
* [SPARK-12363][MLLIB] Remove setRun and fix PowerIterationClustering failed testLiang-Chi Hsieh2016-02-132-47/+56
* [SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false)Earthson Lu2016-02-111-1/+2
* [SPARK-12765][ML][COUNTVECTORIZER] fix CountVectorizer.transform's lost trans...Liu Xiang2016-02-111-0/+1
* [SPARK-11515][ML] QuantileDiscretizer should take random seedYu ISHIKAWA2016-02-112-6/+11
* [SPARK-13265][ML] Refactoring of basic ML import/export for other file system...Yu ISHIKAWA2016-02-111-6/+7
* [SPARK-13264][DOC] Removed multi-byte characters in spark-env.sh.templateSasaki Toru2016-02-111-1/+1
* [SPARK-10524][ML] Use the soft prediction to order categories' binsLiang-Chi Hsieh2016-02-094-133/+194
* [SPARK-13201][SPARK-13200] Deprecation warning cleanups: KMeans & MFDataGener...Holden Karau2016-02-093-5/+13
* [SPARK-13132][MLLIB] cache standardization param value in LogisticRegressionGary King2016-02-072-2/+5
* [SPARK-12732][ML] bug fix in linear regression trainImran Younus2016-02-022-25/+146
* [SPARK-12711][ML] ML StopWordsRemover does not protect itself from column nam...Grzegorz Chilkiewicz2016-02-023-8/+19
* [SPARK-12631][PYSPARK][DOC] PySpark clustering parameter desc to consistent f...Bryan Cutler2016-02-025-29/+37
* [SPARK-6363][BUILD] Make Scala 2.11 the default Scala versionJosh Rosen2016-01-301-2/+2
* [SPARK-9835][ML] Implement IterativelyReweightedLeastSquares solverYanbo Liang2016-01-283-1/+314
* [SPARK-7780][MLLIB] intercept in logisticregressionwith lbfgs should not be r...Holden Karau2016-01-266-28/+179
* [SPARK-11622][MLLIB] Make LibSVMRelation extends HadoopFsRelation and…Jeff Zhang2016-01-262-16/+109
* [SPARK-12952] EMLDAOptimizer initialize() should return EMLDAOptimizer other ...Xusen Yin2016-01-261-1/+3
* [SPARK-12834] Change ser/de of JavaArray and JavaListXusen Yin2016-01-251-1/+5
* [SPARK-12905][ML][PYSPARK] PCAModel return eigenvalues for PySparkYanbo Liang2016-01-251-0/+2
* [SPARK-11965][ML][DOC] Update user guide for RFormula feature interactionsYanbo Liang2016-01-251-0/+21
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-222-2/+2
* [SPARK-12908][ML] Add warning message for LogisticRegression for potential co...DB Tsai2016-01-211-0/+8
* [SPARK-10263][ML] Add @Since annotation to ml.param and ml.*Takahashi Hiroshi2016-01-202-5/+42
* [SPARK-12230][ML] WeightedLeastSquares.fit() should handle division by zero p...Imran Younus2016-01-202-7/+83
* [SPARK-6519][ML] Add spark.ml API for bisecting k-meansYu ISHIKAWA2016-01-202-0/+281
* [SPARK-9716][ML] BinaryClassificationEvaluator should accept Double predictio...BenFradet2016-01-193-3/+55
* [SPARK-12804][ML] Fix LogisticRegression with FitIntercept on all same label ...Feynman Liang2016-01-192-95/+148
* [SPARK-11944][PYSPARK][MLLIB] python mllib.clustering.bisecting k meansHolden Karau2016-01-191-0/+17
* [MLLIB] Fix CholeskyDecomposition assertion's messageWojciech Jurczyk2016-01-191-1/+1
* [SPARK-12346][ML] Missing attribute names in GLM for vector-type featuresEric Liang2016-01-183-5/+43
* [SPARK-10264][DOCUMENTATION] Added @Since to ml.recomendationTommy YU2016-01-181-3/+30