-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG + 1] Fix reference in fetch_kddcup99 based on #7861 #8071
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
[MRG + 1] Fix reference in fetch_kddcup99 based on #7861 #8071
Conversation
Hi, looking at the issue, there was also first point regarding the default value of |
Sure, I'll update the pull request to reflect those changes as well. |
I think it makes sense to leave the default value of percent10 as False (so calling the function without specifying the parameter downloads the complete data). Let me know if you think this should be the other way and I can update the PR. Otherwise, I think it is good to go. |
Good point, if one of the core devs can chime in about which default value it should have, I can update it. |
LGTM |
Actually reading #5946 (comment) it seems like the idea is to have percent10=True by default. I tried and the data is indeed quite big. On my machine it took all the RAM I had left (~14GB) and my system started swapping. I reckon the documentation should be changed rather than the default value. As @maniteja123 said if you could change |
Updated! |
Thanks a lot, merging! |
* fix 'percent10' parameter default in fetch_kddcup99 docstring * Consistent default 'percent10' value in _fetch_brute_kddcup99 to be consistent
* fix 'percent10' parameter default in fetch_kddcup99 docstring * Consistent default 'percent10' value in _fetch_brute_kddcup99 to be consistent
* fix 'percent10' parameter default in fetch_kddcup99 docstring * Consistent default 'percent10' value in _fetch_brute_kddcup99 to be consistent
* fix 'percent10' parameter default in fetch_kddcup99 docstring * Consistent default 'percent10' value in _fetch_brute_kddcup99 to be consistent
* fix 'percent10' parameter default in fetch_kddcup99 docstring * Consistent default 'percent10' value in _fetch_brute_kddcup99 to be consistent
Reference Issue
Changes reference for fetch_kddcup99 based on #7861.
What does this implement/fix? Explain your changes.
Updates docstring reference.