'max_samples' parameter #45
-
It seems that the parameter 'max_samples' is not working correctly. Currently, it only permits to bootstrap the length of the total dataset. For instance, using a value other than 1.0 (for the float, e.g. 0.5) will raise the error: "ValueError: could not broadcast input array from shape ('# total obs * 0.5',) into shape ('# total obs',)". |
Beta Was this translation helpful? Give feedback.
Answered by
reidjohnson
Apr 10, 2024
Replies: 1 comment
-
Thanks for identifying this issue! I've introduced updates that should address this in #47, so this should be fixed in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fcascao10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for identifying this issue! I've introduced updates that should address this in #47, so this should be fixed in the next release.