Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apache/spark into unsafe-starve-m…
Browse files Browse the repository at this point in the history
…emory-agg
  • Loading branch information
Andrew Or committed Aug 12, 2015
2 parents 19f2e1b + b1581ac commit 7ebf6b9
Show file tree
Hide file tree
Showing 21 changed files with 720 additions and 309 deletions.
4 changes: 2 additions & 2 deletions R/pkg/R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ setGeneric("showDF", function(x,...) { standardGeneric("showDF") })
#' @export
setGeneric("summarize", function(x,...) { standardGeneric("summarize") })

##' rdname summary
##' @export
#' @rdname summary
#' @export
setGeneric("summary", function(x, ...) { standardGeneric("summary") })

# @rdname tojson
Expand Down
8 changes: 4 additions & 4 deletions R/pkg/R/mllib.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ setMethod("glm", signature(formula = "formula", family = "ANY", data = "DataFram
#'
#' Makes predictions from a model produced by glm(), similarly to R's predict().
#'
#' @param model A fitted MLlib model
#' @param object A fitted MLlib model
#' @param newData DataFrame for testing
#' @return DataFrame containing predicted values
#' @rdname glm
#' @rdname predict
#' @export
#' @examples
#'\dontrun{
Expand All @@ -76,10 +76,10 @@ setMethod("predict", signature(object = "PipelineModel"),
#'
#' Returns the summary of a model produced by glm(), similarly to R's summary().
#'
#' @param model A fitted MLlib model
#' @param x A fitted MLlib model
#' @return a list with a 'coefficient' component, which is the matrix of coefficients. See
#' summary.glm for more information.
#' @rdname glm
#' @rdname summary
#' @export
#' @examples
#'\dontrun{
Expand Down
267 changes: 0 additions & 267 deletions dev/create-release/create-release.sh

This file was deleted.

Loading

0 comments on commit 7ebf6b9

Please sign in to comment.