aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13927][MLLIB] add row/column iterator to local matricesXiangrui Meng2016-03-161-0/+13
* [SPARK-11888][ML] Decision tree persistence in spark.mlJoseph K. Bradley2016-03-169-32/+101
* [SPARK-13613][ML] Provide ignored tests to export test dataset into CSV formatYanbo Liang2016-03-164-33/+97
* [SPARK-13894][SQL] SqlContext.range return type from DataFrame to DataSetCheng Hao2016-03-161-1/+1
* [SPARK-9837][ML] R-like summary statistics for GLMs via iteratively reweighte...Yanbo Liang2016-03-151-0/+457
* [SPARK-11826][MLLIB] Refactor add() and subtract() methodsEhsan M.Kermani2016-03-141-0/+43
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-144-4/+4
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-132-7/+7
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-103-3/+3
* [SPARK-11108][ML] OneHotEncoder should support other numeric typessethah2016-03-101-0/+29
* [SPARK-11861][ML] Add feature importances for decision treessethah2016-03-095-17/+60
* [SPARK-13615][ML] GeneralizedLinearRegression supports save/loadYanbo Liang2016-03-091-2/+30
* [ML] testEstimatorAndModelReadWrite should call checkModelDataYanbo Liang2016-03-082-1/+5
* [SPARK-13715][MLLIB] Remove last usages of jblas in testsSean Owen2016-03-084-85/+77
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-071-4/+4
* [SPARK-13036][SPARK-13318][SPARK-13319] Add save/load for feature.pyXusen Yin2016-03-041-0/+35
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-035-5/+2
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-032-2/+2
* [SPARK-12811][ML] Estimator for Generalized Linear Models(GLMs)Yanbo Liang2016-03-011-0/+507
* [SPARK-13506][MLLIB] Fix the wrong parameter in R code comment in Association...Zheng RuiFeng2016-02-291-1/+2
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2714-36/+40
* [SPARK-13028] [ML] Add MaxAbsScaler to ML.feature as a transformerYuhao Yang2016-02-251-0/+70
* [SPARK-12874][ML] ML StringIndexer does not protect itself from column name d...Yu ISHIKAWA2016-02-251-0/+11
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-2514-40/+36
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2514-36/+40
* [SPARK-13444][MLLIB] QuantileDiscretizer chooses bad splits on large DataFramesOliver Pierson2016-02-251-0/+20
* [SPARK-13338][ML] Allow setting 'degree' parameter to 1 for PolynomialExpansionGrzegorz Chilkiewicz2016-02-231-32/+40
* [SPARK-13429][MLLIB] Unify Logistic Regression convergence tolerance of ML & ...Yanbo Liang2016-02-221-8/+8
* [SPARK-13334][ML] ML KMeansModel / BisectingKMeansModel / QuantileDiscretizer...Yanbo Liang2016-02-223-1/+5
* [SPARK-12153][SPARK-7617][MLLIB] add support of arbitrary length sentence and...Yong Gang Cao2016-02-221-1/+1
* [SPARK-13379][MLLIB] Fix MLlib LogisticRegressionWithLBFGS set regularization...Yanbo Liang2016-02-211-0/+348
* [MINOR][MLLIB] fix mllib compile warningsXiangrui Meng2016-02-172-0/+6
* [SPARK-13097][ML] Binarizer allowing Double AND Vector input typesseddonm12016-02-151-0/+36
* [SPARK-12363][MLLIB] Remove setRun and fix PowerIterationClustering failed testLiang-Chi Hsieh2016-02-131-37/+42
* [SPARK-11515][ML] QuantileDiscretizer should take random seedYu ISHIKAWA2016-02-111-1/+1
* [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-092-1/+65
* [SPARK-12732][ML] bug fix in linear regression trainImran Younus2016-02-021-0/+105
* [SPARK-12711][ML] ML StopWordsRemover does not protect itself from column nam...Grzegorz Chilkiewicz2016-02-021-0/+15
* [SPARK-9835][ML] Implement IterativelyReweightedLeastSquares solverYanbo Liang2016-01-281-0/+200
* [SPARK-7780][MLLIB] intercept in logisticregressionwith lbfgs should not be r...Holden Karau2016-01-262-6/+21
* [SPARK-11622][MLLIB] Make LibSVMRelation extends HadoopFsRelation and…Jeff Zhang2016-01-261-1/+22
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-221-1/+1
* [SPARK-12230][ML] WeightedLeastSquares.fit() should handle division by zero p...Imran Younus2016-01-201-5/+64
* [SPARK-6519][ML] Add spark.ml API for bisecting k-meansYu ISHIKAWA2016-01-201-0/+85
* [SPARK-9716][ML] BinaryClassificationEvaluator should accept Double predictio...BenFradet2016-01-191-0/+32
* [SPARK-12804][ML] Fix LogisticRegression with FitIntercept on all same label ...Feynman Liang2016-01-191-0/+43
* [SPARK-12346][ML] Missing attribute names in GLM for vector-type featuresEric Liang2016-01-182-2/+40
* [SPARK-10809][MLLIB] Single-document topicDistributions method for LocalLDAModelYuhao Yang2016-01-111-3/+12
* [SPARK-12692][BUILD][MLLIB] Scala style: Fix the style violation (Space befor...Kousuke Saruta2016-01-102-2/+2