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

generate_summary_table.ipynb crash #2

Open
CyberCyclone opened this issue May 27, 2020 · 0 comments
Open

generate_summary_table.ipynb crash #2

CyberCyclone opened this issue May 27, 2020 · 0 comments

Comments

@CyberCyclone
Copy link

n_rows and n_sample are both the same value. When a sample is drawn, it crashes as sample needs to be less than the number of rows.

E.g: here's what I put to fix it:

n_rows = 200000
n_sample = 100000

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