Skip to content

Commit

Permalink
addressed tomf suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhrusen committed Feb 10, 2024
1 parent c7c5bb4 commit aac3156
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion h2o-bindings/bin/custom/R/gen_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
validate_required_params="",
set_required_params="",
module="""
.h2o.fill_pipeline<- function(model, parameters, allparams) {
.h2o.fill_pipeline <- function(model, parameters, allparams) {
if (!is.null(model$estimator)) {
model$estimator_model <- h2o.getModel(model$estimator$name)
} else {
Expand Down
17 changes: 0 additions & 17 deletions h2o-core/src/main/java/hex/pipeline/PipelineRegistration.java

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion h2o-r/h2o-package/R/pipeline.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ h2o.pipeline <- function(model_id = NULL)
}


.h2o.fill_pipeline<- function(model, parameters, allparams) {
.h2o.fill_pipeline <- function(model, parameters, allparams) {
if (!is.null(model$estimator)) {
model$estimator_model <- h2o.getModel(model$estimator$name)
} else {
Expand Down

0 comments on commit aac3156

Please sign in to comment.