Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise 9.6.1 #35

Open
GustavoMeza opened this issue Feb 10, 2023 · 0 comments
Open

Exercise 9.6.1 #35

GustavoMeza opened this issue Feb 10, 2023 · 0 comments

Comments

@GustavoMeza
Copy link

It looks to me like you are picking a random lsat and a random gpa and making them a pair for the bootstrap.
I think we want to pick a random pair directly instead.

e.g.
lsat = [1,2]
gpa = [3,4]

We want to pick randomly from (1,3) and (2,4).
So (1,4) would be impossible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant