aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0547-62/+58
* [SPARK-6724][MLLIB] Support model save/load for FPGrowthModelYanbo Liang2016-01-051-0/+68
* [SPARK-12331][ML] R^2 for regression through the origin.Imran Younus2016-01-051-66/+90
* [SPARK-9622][ML] DecisionTreeRegressor: provide variance of predictionYanbo Liang2016-01-041-1/+25
* [SPARK-11259][ML] Params.validateParams() should be called automaticallyYanbo Liang2016-01-041-1/+22
* [SPARK-12424][ML] The implementation of ParamMap#filter is wrong.Kousuke Saruta2015-12-291-0/+28
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-244-14/+26
* [SPARK-12309][ML] Use sqlContext from MLlibTestSparkContext for spark.ml test...Yanbo Liang2015-12-165-11/+5
* [SPARK-10991][ML] logistic regression training summary handle empty predictio...Holden Karau2015-12-111-0/+11
* [SPARK-11530][MLLIB] Return eigenvalues with PCA modelSean Owen2015-12-103-5/+15
* [SPARK-10299][ML] word2vec should allow users to specify the window sizeHolden Karau2015-12-091-3/+40
* [SPARK-11605][MLLIB] ML 1.6 QA: API: Java compatibility, docsYuhao Yang2015-12-081-12/+13
* [SPARK-11439][ML] Optimization of creating sparse feature without dense oneNakul Jindal2015-12-082-96/+124
* [SPARK-11994][MLLIB] Word2VecModel load and save cause SparkException when mo...Antonio Murgia2015-12-051-0/+19
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-053-12/+12
* [SPARK-11847][ML] Model export/import for spark.ml: LDAYuhao Yang2015-11-241-2/+42
* [SPARK-11902][ML] Unhandled case in VectorAssembler#transformBenFradet2015-11-221-0/+11
* [SPARK-11912][ML] ml.feature.PCA minor refactorYanbo Liang2015-11-221-18/+13