You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm trying to generate bootstrapped resamples for an ensemble model but it throws an error. This seems to result from the duplication of row_ids; I suppose these duplicate rows should be expected due to the resampling with replacement but I'm not sure why this fails in the ensemble context but not with a single learner. Posting here after previously asking a question on stackoverflow
h-a-graham
changed the title
Error for bootstrap resampling on stacked/ensemble leaner
Error for bootstrap resampling on stacked/ensemble learner
Feb 21, 2023
Description
So I'm trying to generate bootstrapped resamples for an ensemble model but it throws an error. This seems to result from the duplication of
row_ids
; I suppose these duplicate rows should be expected due to the resampling with replacement but I'm not sure why this fails in the ensemble context but not with a single learner. Posting here after previously asking a question on stackoverflowReproducible example
Created on 2023-02-17 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: