aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17744][ML] Parity check between the ml and mllib test suites for NBZheng RuiFeng2016-10-045-9/+3
* [SPARK-17559][MLLIB] persist edges if their storage level is non in PeriodicG...ding2016-10-041-1/+4
* [SPARK-17704][ML][MLLIB] ChiSqSelector performance improvement.Sean Owen2016-10-012-12/+12
* [SPARK-14077][ML][FOLLOW-UP] Revert change for NB Model's Load to maintain co...Zheng RuiFeng2016-09-301-4/+7
* [SPARK-14077][ML] Refactor NaiveBayes to support weighted instancesZheng RuiFeng2016-09-292-110/+143
* [SPARK-17697][ML] Fixed bug in summary calculations that pattern match agains...Bryan Cutler2016-09-292-6/+7
* [SPARK-17721][MLLIB][ML] Fix for multiplying transposed SparseMatrix with Spa...Bjarne Fruergaard2016-09-291-2/+6
* [SPARK-17704][ML][MLLIB] ChiSqSelector performance improvement.Yanbo Liang2016-09-291-15/+30
* [SPARK-17666] Ensure that RecordReaders are closed by data source file scansJosh Rosen2016-09-271-2/+5
* [SPARK-17017][FOLLOW-UP][ML] Refactor of ChiSqSelector and add ML Python API.Yanbo Liang2016-09-263-85/+90
* [SPARK-17057][ML] ProbabilisticClassifierModels' thresholds should have at mo...Sean Owen2016-09-244-18/+19
* [SPARK-10835][ML] Word2Vec should accept non-null string array, in addition t...Sean Owen2016-09-241-1/+2
* [SPARK-17499][SPARKR][ML][MLLIB] make the default params in sparkR spark.mlp ...WeichenXu2016-09-231-4/+4
* [SPARK-16719][ML] Random Forests should communicate fewer trees on each itera...Joseph K. Bradley2016-09-221-21/+33
* [SPARK-16240][ML] ML persistence backward compatibility for LDAGayathri Murali2016-09-221-17/+69
* [SPARK-17281][ML][MLLIB] Add treeAggregateDepth parameter for AFTSurvivalRegr...WeichenXu2016-09-221-5/+19
* [SPARK-11918][ML] Better error from WLS for cases like singular inputSean Owen2016-09-211-4/+15
* [SPARK-17219][ML] Add NaN value handling in BucketizerVinceShieh2016-09-212-6/+16
* [SPARK-17017][MLLIB][ML] add a chiSquare Selector based on False Positive Rat...Peng, Meng2016-09-213-34/+166
* [SPARK-17595][MLLIB] Use a bounded priority queue to find synonyms in Word2Ve...William Benton2016-09-211-3/+10
* [SPARK-17163][ML] Unified LogisticRegression interfacesethah2016-09-194-733/+403
* [SPARK-17548][MLLIB] Word2VecModel.findSynonyms no longer spuriously rejects ...William Benton2016-09-173-21/+58
* [SPARK-17507][ML][MLLIB] check weight vector size in ANNWeichenXu2016-09-151-6/+4
* [SPARK-17389][FOLLOW-UP][ML] Change KMeans k-means|| default init steps from ...Yanbo Liang2016-09-111-2/+2
* [SPARK-17389][ML][MLLIB] KMeans speedup with better choice of k-means|| init ...Sean Owen2016-09-111-3/+3
* [SPARK-15509][FOLLOW-UP][ML][SPARKR] R MLlib algorithms should support input ...Yanbo Liang2016-09-107-30/+10
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-073-4/+4
* [MINOR] Remove unnecessary check in MLSerDeZheng RuiFeng2016-09-061-5/+4
* [MINOR][ML] Correct weights doc of MultilayerPerceptronClassificationModel.Yanbo Liang2016-09-061-1/+1
* [MINOR][ML][MLLIB] Remove work around for breeze sparse matrix.Yanbo Liang2016-09-041-9/+1
* [SPARK-17311][MLLIB] Standardize Python-Java MLlib API to accept optional lon...Sean Owen2016-09-041-9/+11
* [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapperJunyang Qian2016-09-031-0/+57
* [SPARK-17363][ML][MLLIB] fix MultivariantOnlineSummerizer.numNonZerosWeichenXu2016-09-031-2/+2
* [SPARK-15509][ML][SPARKR] R MLlib algorithms should support input columns "fe...Xin Ren2016-09-027-11/+88
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-014-7/+7
* [SPARK-17241][SPARKR][MLLIB] SparkR spark.glm should have configurable regula...Xin Ren2016-08-311-1/+3
* [MINOR][MLLIB][SQL] Clean up unused variables and unused importXin Ren2016-08-305-8/+8
* [SPARK-17001][ML] Enable standardScaler to standardize sparse vectors when wi...Sean Owen2016-08-272-22/+22
* [ML][MLLIB] The require condition and message doesn't match in SparseMatrix.Peng, Meng2016-08-271-4/+7
* [SPARK-16445][MLLIB][SPARKR] Multilayer Perceptron Classifier wrapper in SparkRXin Ren2016-08-242-0/+136
* [SPARK-17086][ML] Fix InvalidArgumentException issue in QuantileDiscretizer w...VinceShieh2016-08-241-1/+6
* [TRIVIAL] Typo FixZheng RuiFeng2016-08-231-1/+1
* [SPARK-17095] [Documentation] [Latex and Scala doc do not play nicely]Jagadeesan2016-08-234-13/+24
* [SPARK-17090][FOLLOW-UP][ML] Add expert param support to SharedParamsCodeGenhqzizania2016-08-222-6/+12
* [SPARK-15113][PYSPARK][ML] Add missing num features num classesHolden Karau2016-08-221-0/+2
* [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalogWenchen Fan2016-08-211-2/+1
* [SPARK-17090][ML] Make tree aggregation level in linear/logistic regression c...hqzizania2016-08-205-17/+74
* [SPARK-16443][SPARKR] Alternating Least Squares (ALS) wrapperJunyang Qian2016-08-192-0/+121
* [SPARK-17141][ML] MinMaxScaler should remain NaN value.Yanbo Liang2016-08-191-2/+4
* [SPARK-7159][ML] Add multiclass logistic regression to Spark MLsethah2016-08-182-86/+959