aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9841] [ML] Make clear publicHolden Karau2015-10-071-1/+1
* [HOT-FIX] Fix style.Yin Huai2015-10-021-2/+2
* [SPARK-6530] [ML] Add chi-square selector for ml packageXusen Yin2015-10-022-0/+152
* [SPARK-5890] [ML] Add feature discretizerXusen Yin2015-10-021-0/+176
* [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-255-52/+191
* [SPARK-10699] [ML] Support checkpointInterval can be disabledYanbo Liang2015-09-236-10/+9
* [SPARK-10686] [ML] Add quantilesCol to AFTSurvivalRegressionYanbo Liang2015-09-231-9/+42
* [SPARK-9715] [ML] Store numFeatures in all ML PredictionModel typessethah2015-09-2312-35/+84
* [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-221-0/+42
* [SPARK-3147] [MLLIB] [STREAMING] Streaming 2-sample statistical significance ...Feynman Liang2015-09-213-0/+334
* [SPARK-9642] [ML] LinearRegression should supported weighted dataMeihua Wu2015-09-211-67/+97
* [SPARK-10626] [MLLIB] create java friendly method for random rddHolden Karau2015-09-211-1/+51
* [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-171-0/+449
* [SPARK-9698] [ML] Add RInteraction transformer for supporting R-style feature...Eric Liang2015-09-171-0/+278
* [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-154-118/+174
* [SPARK-10491] [MLLIB] move RowMatrix.dspr to BLASYuhao Yang2015-09-153-41/+47
* [SPARK-10573] [ML] IndexToString output schema should be StringTypeNick Pritchard2015-09-141-3/+2
* [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-111-27/+44
* [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-092-0/+100
* [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-081-2/+25
* [SPARK-9834] [MLLIB] implement weighted least squares via normal equationXiangrui Meng2015-09-083-1/+305
* [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-081-1/+1
* [SPARK-10480] [ML] Fix ML.LinearRegressionModel.copy()Yanbo Liang2015-09-082-2/+4
* [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-021-1/+2
* [SPARK-9679] [ML] [PYSPARK] Add Python API for Stop Words RemoverHolden Karau2015-09-011-3/+3
* [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
* [SPARK-100354] [MLLIB] fix some apparent memory issues in k-means|| initializ...Xiangrui Meng2015-08-301-7/+14
* [SPARK-10353] [MLLIB] BLAS gemm not scaling when beta = 0.0 for some subset o...Burak Yavuz2015-08-301-16/+10
* [SPARK-10260] [ML] Add @Since annotation to ml.clusteringYu ISHIKAWA2015-08-281-3/+29
* [SPARK-10182] [MLLIB] GeneralizedLinearModel doesn't unpersist cached dataVyacheslav Baranov2015-08-271-0/+5