aboutsummaryrefslogtreecommitdiff
path: root/mllib/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6528] [ML] Add IDF transformerXusen Yin2015-04-242-0/+217
* [SPARK-7115] [MLLIB] skip the very first 1 in poly expansionXiangrui Meng2015-04-242-20/+24
* [SPARK-5894] [ML] Add polynomial mapperXusen Yin2015-04-242-0/+271
* [SPARK-7070] [MLLIB] LDA.setBeta should call setTopicConcentration.Xiangrui Meng2015-04-232-1/+9
* [SPARK-7085][MLlib] Fix miniBatchFraction parameter in train method called wi...wizz2015-04-231-1/+1
* [MLlib] Add support for BooleanType to VectorAssembler.Reynold Xin2015-04-221-2/+2
* [SPARK-7066][MLlib] VectorAssembler should use NumericType not NativeType.Reynold Xin2015-04-221-2/+3
* [MLlib] UnaryTransformer nullability should not depend on PrimitiveType.Reynold Xin2015-04-221-1/+1
* [SPARK-6113] [ML] Small cleanups after original tree API PRJoseph K. Bradley2015-04-212-5/+6
* [Minor][MLLIB] Fix a minor formatting bug in toString method in Node.scalaAlain2015-04-211-1/+1
* [SPARK-6065] [MLlib] Optimize word2vec.findSynonyms using blas callsMechCoder2015-04-211-6/+51
* [SPARK-6845] [MLlib] [PySpark] Add isTranposed flag to DenseMatrixMechCoder2015-04-211-4/+9
* [SPARK-5990] [MLLIB] Model import/export for IsotonicRegressionYanbo Liang2015-04-212-1/+98
* [SPARK-5924] Add the ability to specify withMean or withStd parameters with S...jrabary2015-04-201-4/+28
* [SPARK-6979][Streaming] Replace JobScheduler.eventActor and JobGenerator.even...zsxwing2015-04-191-2/+1
* [SPARK-6998][MLlib] Make StreamingKMeans 'Serializable'zsxwing2015-04-191-1/+1
* [SPARK-6113] [ml] Stabilize DecisionTree APIJoseph K. Bradley2015-04-1732-263/+2104
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-162-18/+30
* [SPARK-6893][ML] default pipeline parameter handling in pythonXiangrui Meng2015-04-152-7/+4
* SPARK-6938: All require statements now have an informative error message.Juliet Hougland2015-04-151-5/+10
* [SPARK-5957][ML] better handling of parametersXiangrui Meng2015-04-1325-391/+815
* [SPARK-5972] [MLlib] Cache residuals and gradient in GBT during training and ...MechCoder2015-04-136-53/+105
* [SPARK-5988][MLlib] add save/load for PowerIterationClusteringModelXusen Yin2015-04-132-5/+97
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-1/+2
* [SPARK-5885][MLLIB] Add VectorAssembler as a feature transformerXiangrui Meng2015-04-124-1/+185
* [SPARK-5886][ML] Add StringIndexer as a feature transformerXiangrui Meng2015-04-122-0/+178
* [SPARK-4081] [mllib] VectorIndexerJoseph K. Bradley2015-04-129-19/+818
* [SPARK-6643][MLLIB] Implement StandardScalerModel missing methodslewuathe2015-04-121-2/+2
* [SQL] [SPARK-6620] Speed up toDF() and rdd() functions by constructing conver...Volodymyr Lyubinets2015-04-101-10/+7
* [Spark-6693][MLlib]add tostring with max lines and width for matrixYuhao Yang2015-04-092-0/+19
* [SPARK-6264] [MLLIB] Support FPGrowth algorithm in Python APIYanbo Liang2015-04-092-3/+53
* [SPARK-6758]block the right jetty package in logWangTaoTheTonic2015-04-091-1/+1
* [SPARK-6765] Fix test code style for mllib.Reynold Xin2015-04-0812-28/+40
* [SPARK-6705][MLLIB] Add fit intercept api to ml logisticregressionOmede Firouz2015-04-073-2/+27
* [SPARK-6733][ Scheduler]Added scala.language.existentialsVinod K C2015-04-071-0/+1
* [MLlib] [SPARK-6713] Iterators in columnSimilarities for mapPartitionsWithIndexReza Zadeh2015-04-061-10/+9
* [SPARK-6615][MLLIB] Python API for Word2Veclewuathe2015-04-031-1/+7
* [MLLIB] Remove println in LogisticRegression.scalaOmede Firouz2015-04-031-1/+0
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-031-1/+1
* [SPARK-6345][STREAMING][MLLIB] Fix for training with predictionfreeman2015-04-025-3/+62
* [SPARK-6660][MLLIB] pythonToJava doesn't recognize object arraysXiangrui Meng2015-04-011-1/+4
* [SPARK-6580] [MLLIB] Optimize LogisticRegressionModel.predictPointYanbo Liang2015-04-011-29/+26
* [SPARK-6642][MLLIB] use 1.2 lambda scaling and remove addImplicit from Normal...Xiangrui Meng2015-04-012-81/+57
* [SPARK-5692] [MLlib] Word2Vec save/loadMechCoder2015-03-312-3/+110
* [SPARK-6255] [MLLIB] Support multiclass classification in Python APIYanbo Liang2015-03-311-4/+18
* [SPARK-4894][mllib] Added Bernoulli option to NaiveBayes model in mllibleahmcguire2015-03-313-84/+312
* [SPARK-6571][MLLIB] use wrapper in MatrixFactorizationModel.loadXiangrui Meng2015-03-282-18/+40
* [SPARK-6526][ML] Add Normalizer transformer in ML packageXusen Yin2015-03-272-0/+162
* [MLlib]remove unused importYuhao Yang2015-03-261-1/+1
* [SPARK-5987] [MLlib] Save/load for GaussianMixtureModelsMechCoder2015-03-252-20/+128