-
Notifications
You must be signed in to change notification settings - Fork 288
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
Add ORC reader tutorial #1465
Add ORC reader tutorial #1465
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@kvignesh1420 updated |
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.
@oliverhu thanks for putting this together. Please check the comments for modifications.
@oliverhu I think the notebook should contain the following sections:
|
@kvignesh1420 updated |
thanks for the review! |
@oliverhu I run though the notebook and it works fine. Though can you remove the outputs from the notebook? Once it is published to tensorflow.org, then user can run on their own so no need to have outputs. |
@oliverhu It's also worth to add a little description on the dataset and the model. I can follow the notebook but user may want to know a little bit of the background when then run through steps. |
@yongtang sure, I thought we need to keep the output to give user some leads how the output is supposed to look like. Will update the description as well. |
@yongtang updated |
@yongtang good to merge now? 😄 |
Add @tensorflow/docs-team to take a look. |
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.
Mostly LGTM to me. Just a few comments to fix.
@MarkDaoust thanks for the review, good catches! updated, pls take another look |
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.
LGTM
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 @oliverhu
* Add ORC reader tutorial * clean up notebook * address comments * address comments * address comments * address comment: remove outputs and add desc for dataset * fix lint * fix lint: Prefer second person instead of first person. * address comments * fix typo
Tutorial for the ORC reader: #1372