aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/inst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19342][SPARKR] bug fixed in collect method for collecting timestamp co...titicaca2017-02-121-2/+40
* [SPARK-19464][BUILD][HOTFIX] run-tests should use hadoop2.6Dongjoon Hyun2017-02-081-3/+0
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-071-0/+1
* [SPARK-19452][SPARKR] Fix bug in the name assignment methodactuaryzhang2017-02-051-0/+8
* [SPARK-19319][SPARKR] SparkR Kmeans summary returns error when the cluster si...wm624@hotmail.com2017-01-311-4/+11
* [SPARK-19395][SPARKR] Convert coefficients in summary to matrixactuaryzhang2017-01-313-18/+30
* [SPARK-19324][SPARKR] Spark VJM stdout output is getting dropped in SparkRFelix Cheung2017-01-271-1/+1
* [SPARK-18788][SPARKR] Add API for getNumPartitionsFelix Cheung2017-01-262-12/+12
* [SPARK-18821][SPARKR] Bisecting k-means wrapper in SparkRwm624@hotmail.com2017-01-261-0/+40
* [SPARK-18823][SPARKR] add support for assigning to columnFelix Cheung2017-01-241-0/+20
* [SPARK-19291][SPARKR][ML] spark.gaussianMixture supports output log-likelihood.Yanbo Liang2017-01-211-0/+7
* [SPARK-19066][SPARKR] SparkR LDA doesn't set optimizer correctlywm624@hotmail.com2017-01-162-3/+14
* [SPARK-18335][SPARKR] createDataFrame to support numPartitions parameterFelix Cheung2017-01-132-3/+24
* [SPARK-19142][SPARKR] spark.kmeans should take seed, initSteps, and tol as pa...wm624@hotmail.com2017-01-121-0/+20
* [SPARK-19130][SPARKR] Support setting literal value as column implicitlyFelix Cheung2017-01-111-0/+18
* [SPARK-19133][SPARKR][ML] fix glm for Gamma, clarify glm family supportedFelix Cheung2017-01-101-9/+17
* [SPARK-18862][SPARKR][ML] Split SparkR mllib.R into multiple filesYanbo Liang2017-01-087-1170/+1303
* [SPARK-18958][SPARKR] R API toJSON on DataFrameFelix Cheung2016-12-221-6/+7
* [SPARK-18903][SPARKR] Add API to get SparkUI URLFelix Cheung2016-12-211-1/+4
* [SPARK-18897][SPARKR] Fix SparkR SQL Test to drop test tableDongjoon Hyun2016-12-161-0/+1
* [MINOR][SPARKR] fix kstest example error and add unit testwm624@hotmail.com2016-12-131-0/+6
* [SPARK-18810][SPARKR] SparkR install.spark does not work for RCs, snapshotsFelix Cheung2016-12-121-0/+11
* [SPARK-18807][SPARKR] Should suppress output print for calls to JVM methods w...Felix Cheung2016-12-091-7/+7
* [SPARK-18349][SPARKR] Update R API documentation on ml model summarywm624@hotmail.com2016-12-081-0/+2
* [SPARK-18326][SPARKR][ML] Review SparkR ML wrappers API for 2.1Yanbo Liang2016-12-071-2/+2
* [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-071-55/+128
* [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-301-8/+18
* [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