aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9841] [ML] Make clear publicHolden Karau2015-10-071-0/+5
* [SPARK-6530] [ML] Add chi-square selector for ml packageXusen Yin2015-10-021-0/+61
* [SPARK-5890] [ML] Add feature discretizerXusen Yin2015-10-021-0/+98
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-252-5/+160
* [SPARK-10763] [ML] [JAVA] [TEST] Update Java MLLIB/ML tests to use simplified...Holden Karau2015-09-2310-39/+42
* [SPARK-10686] [ML] Add quantilesCol to AFTSurvivalRegressionYanbo Liang2015-09-231-25/+49
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-2311-15/+38
* [SPARK-10706] [MLLIB] Add java wrapper for random vector rddMeihua Wu2015-09-221-0/+17
* [SPARK-3147] [MLLIB] [STREAMING] Streaming 2-sample statistical significance ...Feynman Liang2015-09-211-0/+243
* [SPARK-9642] [ML] LinearRegression should supported weighted dataMeihua Wu2015-09-211-0/+88
* [SPARK-10626] [MLLIB] create java friendly method for random rddHolden Karau2015-09-211-0/+30
* [SPARK-8518] [ML] Log-linear models for survival analysisYanbo Liang2015-09-171-0/+311
* [SPARK-9698] [ML] Add RInteraction transformer for supporting R-style feature...Eric Liang2015-09-171-0/+165
* [SPARK-7685] [ML] Apply weights to different samples in Logistic RegressionDB Tsai2015-09-152-9/+120
* [SPARK-10491] [MLLIB] move RowMatrix.dspr to BLASYuhao Yang2015-09-151-0/+25
* [SPARK-10573] [ML] IndexToString output schema should be StringTypeNick Pritchard2015-09-141-0/+8
* [SPARK-10537] [ML] document LIBSVM source options in public API doc and some ...Xiangrui Meng2015-09-112-16/+22
* [SPARK-10117] [MLLIB] Implement SQL data source API for reading LIBSVM datalewuathe2015-09-092-0/+156
* [SPARK-10464] [MLLIB] Add WeibullGenerator for RandomDataGeneratorYanbo Liang2015-09-081-1/+15
* [SPARK-9834] [MLLIB] implement weighted least squares via normal equationXiangrui Meng2015-09-081-0/+133
* [SPARK-10470] [ML] ml.IsotonicRegressionModel.copy should set parentYanbo Liang2015-09-081-0/+5
* [SPARK-10013] [ML] [JAVA] [TEST] remove java assert from java unit testsHolden Karau2015-09-054-52/+54
* [SPARK-9723] [ML] params getordefault should throw more useful errorHolden Karau2015-09-022-7/+13
* [SPARK-9679] [ML] [PYSPARK] Add Python API for Stop Words RemoverHolden Karau2015-09-011-1/+1
* [SPARK-10353] [MLLIB] BLAS gemm not scaling when beta = 0.0 for some subset o...Burak Yavuz2015-08-301-0/+5
* [SPARK-9680] [MLLIB] [DOC] StopWordsRemovers user guide and Java compatibilit...Feynman Liang2015-08-271-0/+72
* [SPARK-10257] [MLLIB] Removes Guava from all spark.mllib Java testsFeynman Liang2015-08-2714-74/+71
* [SPARK-9613] [HOTFIX] Fix usage of JavaConverters removed in Scala 2.11Jacek Laskowski2015-08-271-1/+1
* [SPARK-10256] [ML] Removes guava dependency from spark.ml.classification Java...Feynman Liang2015-08-271-2/+2
* [SPARK-10255] [ML] Removes Guava dependencies from spark.ml.param JavaTestsFeynman Liang2015-08-272-6/+6
* [SPARK-10254] [ML] Removes Guava dependencies in spark.ml.feature JavaTestsFeynman Liang2015-08-2711-30/+35
* [SPARK-9888] [MLLIB] User guide for new LDA featuresFeynman Liang2015-08-251-0/+1
* [SPARK-10230] [MLLIB] Rename optimizeAlpha to optimizeDocConcentrationFeynman Liang2015-08-251-1/+1
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-255-11/+12
* [SPARK-10164] [MLLIB] Fixed GMM distributed decomposition bugJoseph K. Bradley2015-08-231-2/+20
* [SPARK-9893] User guide with Java test suite for VectorSlicerXusen Yin2015-08-211-0/+85
* [SPARK-9245] [MLLIB] LDA topic assignmentsJoseph K. Bradley2015-08-202-2/+26
* [SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and add Jav...Xiangrui Meng2015-08-201-0/+74
* [SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`Feynman Liang2015-08-193-2/+6
* [SPARK-10012] [ML] Missing test case for Params#arrayLengthGtlewuathe2015-08-181-0/+3
* [SPARK-9900] [MLLIB] User guide for Association RulesFeynman Liang2015-08-181-1/+1
* [SPARK-9028] [ML] Add CountVectorizer as an estimator to generate CountVector...Yuhao Yang2015-08-182-73/+167
* [SPARK-9981] [ML] Made labels public for StringIndexerModelJoseph K. Bradley2015-08-141-0/+18
* [SPARK-8744] [ML] Add a public constructor to StringIndexerHolden Karau2015-08-141-0/+2
* [SPARK-9956] [ML] Make trees work with one-category featuresJoseph K. Bradley2015-08-141-0/+13
* [SPARK-9661] [MLLIB] minor clean-up of SPARK-9661Xiangrui Meng2015-08-142-18/+24
* [SPARK-9922] [ML] rename StringIndexerReverse to IndexToStringXiangrui Meng2015-08-131-15/+35
* [SPARK-9661] [MLLIB] [ML] Java compatibilityMechCoder2015-08-133-0/+59
* [SPARK-9073] [ML] spark.ml Models copy() should call setParent when there is ...lewuathe2015-08-1319-2/+113
* [SPARK-9918] [MLLIB] remove runs from k-means and rename epsilon to tolXiangrui Meng2015-08-121-9/+3