Skip to content

Commit

Permalink
Update documentation for h2o.saveModel()
Browse files Browse the repository at this point in the history
  • Loading branch information
raoariel committed Aug 9, 2014
1 parent 133d5cd commit e24abb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/h2o-package/R/ParseImport.R
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ h2o.ignoreColumns <- function(data, max_na = 0.2) {


# ------------------- Save H2O Model to Disk ----------------------------------------------------
h2o.saveModel <- function(object, dir="", name="", filename = "", force=FALSE) {
h2o.saveModel <- function(object, dir="", name="", filename = "", save_cv=FALSE, force=FALSE) {
if(missing(object)) stop('Must specify object')
if(!inherits(object,'H2OModel')) stop('object must be an H2O model')
if(!is.character(dir)) stop('path must be of class character')
Expand Down

0 comments on commit e24abb3

Please sign in to comment.