aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst/tests/test_mllib.R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12034][SPARKR] Eliminate warnings in SparkR test cases.Sun Rui2015-12-071-115/+0
* [SPARK-11339][SPARKR] Document the list of functions in R base package that a...felixcheung2015-11-181-0/+5
* [ML][R] SparkR::glm summary result to compare with native RYanbo Liang2015-11-101-21/+10
* [SPARK-11587][SPARKR] Fix the summary generic to match base RShivaram Venkataraman2015-11-091-0/+6
* [SPARK-11494][ML][R] Expose R-like summary statistics in SparkR::glm for line...Yanbo Liang2015-11-091-7/+24
* [SPARK-11542] [SPARKR] fix glm with long fomularDavies Liu2015-11-051-0/+12
* [SPARK-9492][ML][R] LogisticRegression in R should provide model statisticsYanbo Liang2015-11-041-0/+17
* [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L…lewuathe2015-10-191-1/+1
* [SPARK-9681] [ML] Support R feature interactions in RFormulaEric Liang2015-09-251-1/+9
* [SPARK-9463] [ML] Expose model coefficients with names in SparkR RFormulaEric Liang2015-07-301-0/+11
* [SPARK-9391] [ML] Support minus, dot, and intercept operators in SparkR RFormulaEric Liang2015-07-281-0/+8
* [SPARK-9230] [ML] Support StringType features in RFormulaEric Liang2015-07-271-3/+3
* [SPARK-9201] [ML] Initial integration of MLlib + SparkR using RFormulaEric Liang2015-07-201-0/+42