Skip to content

Commit

Permalink
remove conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboliang committed Aug 17, 2016
1 parent da464f9 commit da3c549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions R/pkg/R/mllib.R
Original file line number Diff line number Diff line change
Expand Up @@ -639,12 +639,10 @@ setMethod("write.ml", signature(object = "KMeansModel", path = "character"),

# Save fitted IsotonicRegressionModel to the input path

#' @param path the directory where the model is saved.
#' @param overwrite overwrites or not if the output path already exists. Default is FALSE
#' @param path The directory where the model is saved
#' @param overwrite Overwrites or not if the output path already exists. Default is FALSE
#' which means throw exception if the output path exists.
#'
<<<<<<< 6a43d795dc073263b7b8880f744cbd895c257019
<<<<<<< abe1aabdf9b9ce513f105482ed4c6d6143f2b0a4
#' @rdname spark.isoreg
#' @aliases write.ml,IsotonicRegressionModel,character-method
#' @export
Expand Down
1 change: 0 additions & 1 deletion R/pkg/inst/tests/testthat/test_mllib.R
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ test_that("spark.survreg", {
}
})

<<<<<<< abe1aabdf9b9ce513f105482ed4c6d6143f2b0a4
test_that("spark.isotonicRegression", {
label <- c(7.0, 5.0, 3.0, 5.0, 1.0)
feature <- c(0.0, 1.0, 2.0, 3.0, 4.0)
Expand Down

0 comments on commit da3c549

Please sign in to comment.