-
Notifications
You must be signed in to change notification settings - Fork 26
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
Clean up Pixie pipeline #856
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…eed to refactor to OOP...)
@cliu72 all the requests should be addressed. Gonna need to open separate mini PRs for these in the future lol. And as usual, will make sure to change the example dataset |
@cliu72 final documentation request has been addressed. |
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.
Will you make sure that all references to notebook 2 are updated with the new name? The flowchart in the readme, any links elsewhere in the repo that point to the old URL, etc
@ngreenwald old notebook names are fixed, example dataset loading functionality has been moved to the beginning in the notebooks. @srivarra has the flowchart image on the |
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.
Looks good to me, I'll let candace take a final look through
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.
Looks good!
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.
Just need to update huggingface
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.
Sounds good
What is the purpose of this PR?
Closes #845. See issue for all the changes; we want to introduces some new file naming schemes, as well as some basic data reformatting.
How did you implement your changes
See issue page.