aboutsummaryrefslogtreecommitdiff
path: root/mllib/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-14030][MLLIB] Add parameter check to MLLIBRuifeng Zheng2016-03-2413-13/+83
* Fix typo in ALS.scalaJuarez Bochi2016-03-241-1/+1
* [SPARK-12183][ML][MLLIB] Remove mllib tree implementation, and wrap spark.ml oneJoseph K. Bradley2016-03-2310-1226/+103
* [SPARK-13952][ML] Add random seed to GBTsethah2016-03-236-35/+58
* [SPARK-13449] Naive Bayes wrapper in SparkRXusen Yin2016-03-221-0/+75
* [SPARK-13986][CORE][MLLIB] Remove `DeveloperApi`-annotations for non-publicsDongjoon Hyun2016-03-216-11/+0
* [SPARK-12182][ML] Distributed binning for trees in spark.mlsethah2016-03-202-61/+60
* [SPARK-13629][ML] Add binary toggle Param to CountVectorizerYuhao Yang2016-03-181-14/+9
* [MINOR][ML] When trainingSummary is None, it should throw RuntimeException.Yanbo Liang2016-03-184-20/+8
* [SPARK-10788][MLLIB][ML] Remove duplicate bins for decision treessethah2016-03-178-49/+50
* [SPARK-13761][ML] Remove remaining uses of validateParamsJoseph K. Bradley2016-03-173-38/+16
* [SPARK-11891] Model export/import for RFormula and RFormulaModelXusen Yin2016-03-172-16/+168
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1761-63/+80
* [SPARK-13629][ML] Add binary toggle Param to CountVectorizerYuhao Yang2016-03-171-1/+28
* [SPARK-13761][ML] Deprecate validateParamsYuhao Yang2016-03-1630-76/+19
* [SPARK-11011][SQL] Narrow type of UDT serializationJakob Odersky2016-03-162-2/+2
* [SPARK-13927][MLLIB] add row/column iterator to local matricesXiangrui Meng2016-03-161-1/+63
* [SPARK-11888][ML] Decision tree persistence in spark.mlJoseph K. Bradley2016-03-168-33/+321
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-161-2/+2
* [SPARK-9837][ML] R-like summary statistics for GLMs via iteratively reweighte...Yanbo Liang2016-03-152-11/+339
* [SPARK-12379][ML][MLLIB] Copy GBT implementation to spark.mlsethah2016-03-1512-15/+306
* [SPARK-13664][SQL] Add a strategy for planning partitioned and bucketed scans...Michael Armbrust2016-03-141-1/+1
* [SPARK-11826][MLLIB] Refactor add() and subtract() methodsEhsan M.Kermani2016-03-141-13/+45
* [SPARK-13686][MLLIB][STREAMING] Add a constructor parameter `reqParam` to (St...Dongjoon Hyun2016-03-142-6/+18
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-145-5/+5
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-1/+2
* [MINOR][DOCS] Replace `DataFrame` with `Dataset` in Javadoc.Dongjoon Hyun2016-03-132-7/+7
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-108-12/+12
* [SPARK-11108][ML] OneHotEncoder should support other numeric typessethah2016-03-101-3/+6
* [SPARK-11861][ML] Add feature importances for decision treessethah2016-03-095-10/+66
* [SPARK-13615][ML] GeneralizedLinearRegression supports save/loadYanbo Liang2016-03-091-8/+66
* [SPARK-13665][SQL] Separate the concerns of HadoopFsRelationMichael Armbrust2016-03-071-72/+63
* [SPARK-13036][SPARK-13318][SPARK-13319] Add save/load for feature.pyXusen Yin2016-03-041-3/+10
* [SPARK-13646][MLLIB] QuantileDiscretizer counts dataset twice in get…Abou Haydar Elias2016-03-041-1/+1
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-031-1/+1
* [MINOR][ML][DOC] Remove duplicated periods at the end of some sharedParamYanbo Liang2016-03-032-15/+15
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-0318-28/+16
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-0324-52/+56
* [SPARK-12811][ML] Estimator for Generalized Linear Models(GLMs)Yanbo Liang2016-03-013-4/+587
* [SPARK-13545][MLLIB][PYSPARK] Make MLlib LogisticRegressionWithLBFGS's defaul...Yanbo Liang2016-02-291-0/+4
* [SPARK-12634][PYSPARK][DOC] PySpark tree parameter desc to consistent formatBryan Cutler2016-02-264-132/+140
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2736-63/+77
* [SPARK-13028] [ML] Add MaxAbsScaler to ML.feature as a transformerYuhao Yang2016-02-251-0/+176
* [SPARK-12874][ML] ML StringIndexer does not protect itself from column name d...Yu ISHIKAWA2016-02-251-0/+1
* Revert "[SPARK-13457][SQL] Removes DataFrame RDD operations"Davies Liu2016-02-2535-76/+62
* [SPARK-13457][SQL] Removes DataFrame RDD operationsCheng Lian2016-02-2535-62/+76
* [SPARK-13490][ML] ML LinearRegression should cache standardization param valueYanbo Liang2016-02-251-1/+2
* [SPARK-13444][MLLIB] QuantileDiscretizer chooses bad splits on large DataFramesOliver Pierson2016-02-251-2/+9
* [SPARK-13011] K-means wrapper in SparkRXusen Yin2016-02-232-3/+94
* [SPARK-13338][ML] Allow setting 'degree' parameter to 1 for PolynomialExpansionGrzegorz Chilkiewicz2016-02-231-1/+1