Skip to content

Commit

Permalink
Update R/linear_pool.R, add n_samples as argument to linear_pool
Browse files Browse the repository at this point in the history
  • Loading branch information
elray1 authored Aug 16, 2023
1 parent f15c948 commit 92f78d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/linear_pool.R
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ linear_pool <- function(model_outputs, weights = NULL,
weights_col_name = "weight",
model_id = "hub-ensemble",
task_id_cols = NULL,
n_samples=1e4,
...) {

# validate_ensemble_inputs
Expand Down

0 comments on commit 92f78d0

Please sign in to comment.