aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-252-5/+160
* [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-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-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-111-4/+10
* [SPARK-10117] [MLLIB] Implement SQL data source API for reading LIBSVM datalewuathe2015-09-091-0/+76
* [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-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-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-254-8/+8
* [SPARK-10164] [MLLIB] Fixed GMM distributed decomposition bugJoseph K. Bradley2015-08-231-2/+20
* [SPARK-9245] [MLLIB] LDA topic assignmentsJoseph K. Bradley2015-08-201-2/+19
* [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-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-141-1/+1
* [SPARK-9922] [ML] rename StringIndexerReverse to IndexToStringXiangrui Meng2015-08-131-15/+35
* [SPARK-9661] [MLLIB] [ML] Java compatibilityMechCoder2015-08-131-0/+13
* [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
* [SPARK-9789] [ML] Added logreg threshold param backJoseph K. Bradley2015-08-121-8/+25
* [SPARK-9847] [ML] Modified copyValues to distinguish between default, explici...Joseph K. Bradley2015-08-121-0/+8
* [SPARK-9788] [MLLIB] Fix LDA Binary CompatibilityFeynman Liang2015-08-111-2/+2
* [SPARK-9750] [MLLIB] Improve equals on SparseMatrix and DenseMatrixFeynman Liang2015-08-111-0/+18
* [SPARK-8764] [ML] string indexer should take option to handle unseen valuesHolden Karau2015-08-111-0/+32
* [SPARK-8345] [ML] Add an SQL node as a feature transformerYanbo Liang2015-08-111-0/+44
* [SPARK-8481] [MLLIB] GaussianMixtureModel predict accepting single vectorDariusz Kobylarz2015-08-071-0/+10
* [SPARK-9493] [ML] add featureIndex to handle vector features in IsotonicRegre...Xiangrui Meng2015-08-061-34/+48
* [SPARK-9112] [ML] Implement Stats for LogisticRegressionMechCoder2015-08-061-1/+36
* [SPARK-5895] [ML] Add VectorSlicer - updatedXusen Yin2015-08-052-0/+116
* [SPARK-9540] [MLLIB] optimize PrefixSpan implementationXiangrui Meng2015-08-041-128/+143
* [SPARK-8601] [ML] Add an option to disable standardization for linear regressionHolden Karau2015-08-041-73/+205
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-043-3/+84
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-041-3/+1
* [SPARK-8874] [ML] Add missing methods in Word2VecMechCoder2015-08-031-0/+62
* [SPARK-5133] [ML] Added featureImportance to RandomForestClassifier and Regre...Joseph K. Bradley2015-08-034-2/+181