aboutsummaryrefslogtreecommitdiff
path: root/mllib
Commit message (Expand)AuthorAgeFilesLines
* [HOT-FIX] Fix style.Yin Huai2015-10-021-2/+2
* [SPARK-6530] [ML] Add chi-square selector for ml packageXusen Yin2015-10-023-0/+213
* [SPARK-5890] [ML] Add feature discretizerXusen Yin2015-10-022-0/+274
* [SPARK-9798] [ML] CrossValidatorModel Documentation ImprovementsRerngvit Yanggratoke2015-10-021-0/+4
* [SPARK-10736] [ML] Use 1 for all ratings if $(ratingCol) = ""Yanbo Liang2015-09-291-2/+2
* [SPARK-10778] [MLLIB] Implement toString for AssociationRules.Ruley-shimizu2015-09-271-0/+5
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-257-57/+351
* [SPARK-10763] [ML] [JAVA] [TEST] Update Java MLLIB/ML tests to use simplified...Holden Karau2015-09-2310-39/+42
* [SPARK-10699] [ML] Support checkpointInterval can be disabledYanbo Liang2015-09-236-10/+9
* [SPARK-10686] [ML] Add quantilesCol to AFTSurvivalRegressionYanbo Liang2015-09-232-34/+91
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-2323-50/+122
* [SPARK-10750] [ML] ML Param validate should print better error informationYanbo Liang2015-09-221-1/+6
* [SPARK-9962] [ML] Decision Tree training: prevNodeIdsForInstances.unpersist()...Holden Karau2015-09-222-4/+8
* [SPARK-10706] [MLLIB] Add java wrapper for random vector rddMeihua Wu2015-09-222-0/+59
* [SPARK-3147] [MLLIB] [STREAMING] Streaming 2-sample statistical significance ...Feynman Liang2015-09-214-0/+577
* [SPARK-9642] [ML] LinearRegression should supported weighted dataMeihua Wu2015-09-212-67/+185
* [SPARK-10626] [MLLIB] create java friendly method for random rddHolden Karau2015-09-212-1/+81
* [SPARK-10715] [ML] Duplicate initialization flag in WeightedLeastSquarelewuathe2015-09-201-1/+0
* [SPARK-5905] [MLLIB] Note requirements for certain RowMatrix methods in docsSean Owen2015-09-201-3/+8
* [MINOR] [ML] override toString of AttributeGroupEric Liang2015-09-181-0/+2
* [SPARK-8518] [ML] Log-linear models for survival analysisYanbo Liang2015-09-172-0/+760
* [SPARK-9698] [ML] Add RInteraction transformer for supporting R-style feature...Eric Liang2015-09-172-0/+443
* [SPARK-10394] [ML] Make GBTParams use shared stepSizeYanbo Liang2015-09-171-15/+13
* [SPARK-10077] [DOCS] [ML] Add package info for java of ml/featureHolden Karau2015-09-171-0/+108
* [SPARK-7685] [ML] Apply weights to different samples in Logistic RegressionDB Tsai2015-09-156-127/+294
* Revert "[SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests....Marcelo Vanzin2015-09-151-0/+10
* [SPARK-10300] [BUILD] [TESTS] Add support for test tags in run-tests.py.Marcelo Vanzin2015-09-151-10/+0
* [SPARK-10491] [MLLIB] move RowMatrix.dspr to BLASYuhao Yang2015-09-154-41/+72
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [SPARK-10573] [ML] IndexToString output schema should be StringTypeNick Pritchard2015-09-142-3/+10
* [SPARK-10194] [MLLIB] [PYSPARK] SGD algorithms need convergenceTol parameter ...Yanbo Liang2015-09-141-5/+15
* [SPARK-9720] [ML] Identifiable types need UID in toString methodsBertrand Dechoux2015-09-148-9/+9
* [MINOR] [MLLIB] [ML] [DOC] Minor doc fixes for StringIndexer and MetadataUtilsJoseph K. Bradley2015-09-112-21/+12
* [SPARK-10537] [ML] document LIBSVM source options in public API doc and some ...Xiangrui Meng2015-09-113-43/+66
* [SPARK-9773] [ML] [PySpark] Add Python API for MultilayerPerceptronClassifierYanbo Liang2015-09-111-0/+9
* [SPARK-10023] [ML] [PySpark] Unified DecisionTreeParams checkpointInterval be...Yanbo Liang2015-09-104-24/+16
* [SPARK-10117] [MLLIB] Implement SQL data source API for reading LIBSVM datalewuathe2015-09-094-0/+256
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-091-6/+6
* [SPARK-9654] [ML] [PYSPARK] Add IndexToString to PySparkHolden Karau2015-09-081-1/+1
* [SPARK-10464] [MLLIB] Add WeibullGenerator for RandomDataGeneratorYanbo Liang2015-09-082-3/+40
* [SPARK-9834] [MLLIB] implement weighted least squares via normal equationXiangrui Meng2015-09-084-1/+438
* [SPARK-10468] [ MLLIB ] Verify schema before Dataframe select API callVinod K C2015-09-082-5/+2
* [SPARK-10470] [ML] ml.IsotonicRegressionModel.copy should set parentYanbo Liang2015-09-082-1/+6
* [SPARK-10480] [ML] Fix ML.LinearRegressionModel.copy()Yanbo Liang2015-09-082-2/+4
* [SPARK-10013] [ML] [JAVA] [TEST] remove java assert from java unit testsHolden Karau2015-09-054-52/+54
* [SPARK-10402] [DOCS] [ML] Add defaults to the scaladoc for params in ml/Holden Karau2015-09-0410-2/+16
* [SPARK-9723] [ML] params getordefault should throw more useful errorHolden Karau2015-09-023-8/+15
* [SPARK-9679] [ML] [PYSPARK] Add Python API for Stop Words RemoverHolden Karau2015-09-012-4/+4
* [SPARK-10349] [ML] OneVsRest use 'when ... otherwise' not UDF to generate new...Yanbo Liang2015-08-311-8/+2
* [SPARK-9954] [MLLIB] use first 128 nonzeros to compute Vector.hashCodeXiangrui Meng2015-08-311-17/+21