-
Notifications
You must be signed in to change notification settings - Fork 270
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
[REVIEW] Changes to clean to increase speed #154
base: branch-0.12
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the performance improvements, @Nanthini10, but I think you included some changes we don't want to include/change.
Can you undo the unrelated changes, please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor requests.
I'll take an action to go run this on Dataproc again after this PR merges.
"output_type": "stream", | ||
"text": [ | ||
"CPU times: user 34.8 s, sys: 5.18 s, total: 40 s\n", | ||
"Wall time: 16min 3s\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks longer than expected. I'll need to run this again on Dataproc to confirm the current expected runtime.
Co-Authored-By: Randy Gelhausen <[email protected]>
Co-Authored-By: Randy Gelhausen <[email protected]>
@randerzander did we get to where we wanted to be on this notebook? |
This reverts commit fad594b.
Changes made to NYCE2E-Taxi.ipynb to increase the
clean
function speed.