aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18510] Fix data corruption from inferred partition column dataTypesBurak Yavuz2016-11-231-1/+1
* [SPARK-18501][ML][SPARKR] Fix spark.glm errors when fitting on collinear dataYanbo Liang2016-11-221-0/+9
* [SPARK-18444][SPARKR] SparkR running in yarn-cluster mode should not download...Yanbo Liang2016-11-221-0/+46
* [SPARK-18438][SPARKR][ML] spark.mlp should support RFormula.Yanbo Liang2016-11-161-20/+43
* [SPARK-18412][SPARKR][ML] Fix exception for some SparkR ML algorithms trainin...Yanbo Liang2016-11-131-3/+15
* [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-081-0/+68
* [SPARK-18291][SPARKR][ML] SparkR glm predict should output original label whe...Yanbo Liang2016-11-071-5/+15
* [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-012-0/+18
* 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-301-0/+68
* [SPARK-17919] Make timeout to RBackend configurable in SparkRHossein2016-10-302-3/+8
* [SPARK-17157][SPARKR] Add multiclass logistic regression SparkR Wrapperwm624@hotmail.com2016-10-261-0/+55
* [SPARK-17961][SPARKR][SQL] Add storageLevel to DataFrame for SparkRWeichenXu2016-10-261-1/+4
* [SPARK-18007][SPARKR][ML] update SparkR MLP - add initalWeights parameterWeichenXu2016-10-251-0/+15
* [SPARKR][BRANCH-2.0] R merge API doc and example fixFelix Cheung2016-10-231-1/+1
* [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-211-2/+9
* [SPARKR] fix warningsFelix Cheung2016-10-201-1/+1
* [SPARK-17790][SPARKR] Support for parallelizing R data.frame larger than 2GBHossein2016-10-121-0/+11
* [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-072-0/+84
* [SPARK-17658][SPARKR] read.df/write.df API taking path optionally in SparkRhyukjinkwon2016-10-042-0/+45
* [SPARK-17577][FOLLOW-UP][SPARKR] SparkR spark.addFile supports adding directo...Yanbo Liang2016-09-261-0/+22
* [SPARK-17499][SPARKR][ML][MLLIB] make the default params in sparkR spark.mlp ...WeichenXu2016-09-231-0/+19
* [SPARK-17315][FOLLOW-UP][SPARKR][ML] Fix print of Kolmogorov-Smirnov test sum...Yanbo Liang2016-09-211-14/+2
* [SPARK-17577][SPARKR][CORE] SparkR support add files to Spark job and get by ...Yanbo Liang2016-09-211-0/+13
* [SPARK-16445][MLLIB][SPARKR] Fix @return description for sparkR mlp summary()...Xin Ren2016-09-101-0/+2
* [SPARK-17442][SPARKR] Additional arguments in write.df are not passed to data...Felix Cheung2016-09-081-1/+11
* [SPARK-17339][SPARKR][CORE] Fix some R tests and use Path.toUri in SparkConte...hyukjinkwon2016-09-071-4/+10
* [SPARK-16785] R dapply doesn't return array or raw columnsClark Fitzgerald2016-09-063-1/+53
* [SPARK-17315][SPARKR] Kolmogorov-Smirnov test SparkR wrapperJunyang Qian2016-09-031-0/+34
* [SPARK-17376][SPARKR] Spark version should be available in RFelix Cheung2016-09-021-0/+6
* [SPARK-16883][SPARKR] SQL decimal type is not properly cast to number when co...wm624@hotmail.com2016-09-021-0/+22
* [SPARK-17241][SPARKR][MLLIB] SparkR spark.glm should have configurable regula...Xin Ren2016-08-311-0/+6
* [SPARK-16581][SPARKR] Fix JVM API tests in SparkRShivaram Venkataraman2016-08-311-11/+4
* [SPARK-17326][SPARKR] Fix tests with HiveContext in SparkR not to be skipped ...hyukjinkwon2016-08-311-1/+1
* [SPARK-16581][SPARKR] Make JVM backend calling functions publicShivaram Venkataraman2016-08-291-0/+43
* [SPARK-16445][MLLIB][SPARKR] Multilayer Perceptron Classifier wrapper in SparkRXin Ren2016-08-241-0/+32
* [SPARK-17173][SPARKR] R MLlib refactor, cleanup, reformat, fix deprecation in...Felix Cheung2016-08-221-3/+7
* [SPARK-16961][FOLLOW-UP][SPARKR] More robust test case for spark.gaussianMixt...Yanbo Liang2016-08-211-22/+25
* [SPARK-16443][SPARKR] Alternating Least Squares (ALS) wrapperJunyang Qian2016-08-191-0/+40
* [SPARK-16961][CORE] Fixed off-by-one error that biased randomizeInPlaceNick Lavers2016-08-191-6/+6
* [SPARK-16447][ML][SPARKR] LDA wrapper in SparkRXusen Yin2016-08-181-0/+87
* [SPARK-16446][SPARKR][ML] Gaussian Mixture Model wrapper in SparkRYanbo Liang2016-08-171-0/+62