aboutsummaryrefslogtreecommitdiff
path: root/R
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18349][SPARKR] Update R API documentation on ml model summarywm624@hotmail.com2016-12-082-63/+86
* [SPARK-18590][SPARKR] build R source package when making distributionFelix Cheung2016-12-086-11/+30
* [SPARK-18326][SPARKR][ML] Review SparkR ML wrappers API for 2.1Yanbo Liang2016-12-072-15/+12
* [SPARK-18678][ML] Skewed reservoir sampling in SamplingUtilsSean Owen2016-12-071-4/+5
* [SPARK-18686][SPARKR][ML] Several cleanup and improvements for spark.logit.Yanbo Liang2016-12-072-112/+157
* [SPARK-18643][SPARKR] SparkR hangs at session start when installed as a packa...Felix Cheung2016-12-042-3/+6
* [SPARK-18291][SPARKR][ML] Revert "[SPARK-18291][SPARKR][ML] SparkR glm predic...Yanbo Liang2016-12-021-15/+5
* [SPARK-18476][SPARKR][ML] SparkR Logistic Regression should should support ou...wm624@hotmail.com2016-11-302-18/+27
* [SPARK-18510] Fix data corruption from inferred partition column dataTypesBurak Yavuz2016-11-231-1/+1
* [SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web siteSean Owen2016-11-232-2/+2
* [SPARK-18501][ML][SPARKR] Fix spark.glm errors when fitting on collinear dataYanbo Liang2016-11-222-5/+25
* [SPARK-18514][DOCS] Fix the markdown for `Note:`/`NOTE:`/`Note that` across R...hyukjinkwon2016-11-222-5/+8
* [SPARK-18444][SPARKR] SparkR running in yarn-cluster mode should not download...Yanbo Liang2016-11-223-6/+64
* [SPARK-18365][DOCS] Improve Sample Method Documentationanabranch2016-11-171-1/+3
* [SPARK-18438][SPARKR][ML] spark.mlp should support RFormula.Yanbo Liang2016-11-163-33/+62
* [SPARK-18412][SPARKR][ML] Fix exception for some SparkR ML algorithms trainin...Yanbo Liang2016-11-131-3/+15
* [SPARK-18264][SPARKR] build vignettes with package, update vignettes for CRAN...Felix Cheung2016-11-116-35/+134
* [SPARK-18401][SPARKR][ML] SparkR random forest should support output original...Yanbo Liang2016-11-101-0/+24
* [SPARK-18239][SPARKR] Gradient Boosted Tree for RFelix Cheung2016-11-084-47/+365
* [SPARK-18291][SPARKR][ML] SparkR glm predict should output original label whe...Yanbo Liang2016-11-071-5/+15
* [MINOR][DOCUMENTATION] Fix some minor descriptions in functions consistently ...hyukjinkwon2016-11-051-9/+13
* [SPARK-14393][SQL][DOC] update doc for python and RFelix Cheung2016-11-031-1/+1
* [SPARKR][TEST] remove unnecessary suppressWarningswm624@hotmail.com2016-11-031-2/+2
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-021-2/+2
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-021-6/+6
* [SPARK-17838][SPARKR] Check named arguments for options and use formatted R f...hyukjinkwon2016-11-015-25/+64
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-011-6/+6
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-011-6/+6
* [SPARK-16137][SPARKR] randomForest for RFelix Cheung2016-10-304-34/+361
* [SPARK-17919] Make timeout to RBackend configurable in SparkRHossein2016-10-305-9/+32
* [SQL][DOC] updating doc for JSON source to link to jsonlines.orgFelix Cheung2016-10-262-2/+4
* [SPARK-17157][SPARKR][FOLLOW-UP] doc fixesFelix Cheung2016-10-261-15/+11
* [SPARK-17157][SPARKR] Add multiclass logistic regression SparkR Wrapperwm624@hotmail.com2016-10-264-3/+251
* [SPARK-17961][SPARKR][SQL] Add storageLevel to DataFrame for SparkRWeichenXu2016-10-266-4/+79
* [SPARK-18007][SPARKR][ML] update SparkR MLP - add initalWeights parameterWeichenXu2016-10-252-4/+25
* [SPARKR][BRANCH-2.0] R merge API doc and example fixFelix Cheung2016-10-232-2/+2
* [SPARK-17811] SparkR cannot parallelize data.frame with NA or NULL in Date co...Hossein2016-10-211-0/+13
* [SPARK-18013][SPARKR] add crossJoin APIFelix Cheung2016-10-214-15/+60
* [SPARK-17674][SPARKR] check for warning in test outputFelix Cheung2016-10-211-2/+4
* [SPARKR] fix warningsFelix Cheung2016-10-202-2/+2
* [SPARK-17790][SPARKR] Support for parallelizing R data.frame larger than 2GBHossein2016-10-122-2/+54
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-1/+1
* [SPARK-15153][ML][SPARKR] Fix SparkR spark.naiveBayes error when label is num...Yanbo Liang2016-10-111-0/+10
* [SPARK-17665][SPARKR] Support options/mode all for read/write APIs and option...hyukjinkwon2016-10-076-22/+160
* [SPARK-17658][SPARKR] read.df/write.df API taking path optionally in SparkRhyukjinkwon2016-10-046-13/+127
* [SPARKR][DOC] minor formatting and output cleanup for R vignettesFelix Cheung2016-10-041-11/+20
* [SPARK-17499][SPARKR][FOLLOWUP] Check null first for layers in spark.mlp to a...hyukjinkwon2016-09-271-0/+3
* [SPARK-17577][FOLLOW-UP][SPARKR] SparkR spark.addFile supports adding directo...Yanbo Liang2016-09-262-2/+29
* [SPARK-17210][SPARKR] sparkr.zip is not distributed to executors when running...Jeff Zhang2016-09-231-0/+4
* [SPARK-17499][SPARKR][ML][MLLIB] make the default params in sparkR spark.mlp ...WeichenXu2016-09-232-3/+29