-
Notifications
You must be signed in to change notification settings - Fork 115
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
WIP Dataset Visualization Script #688
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruisi-su
requested review from
hakunanatasha,
jason-fries,
sunnnymskang,
galtay,
leonweber,
sg-wbi and
debajyotidatta
as code owners
June 6, 2022 15:13
@jason-fries @hakunanatasha @galtay I have generated the initial batch of pdfs for:
Note that these are very preliminary (e.g., axes names spanning through the chart). Please take a look at them and flag any changes we might need to make. Thanks! |
galtay
approved these changes
Jul 23, 2022
davidkartchner
pushed a commit
to davidkartchner/biomedical
that referenced
this pull request
Jul 26, 2022
* edit * unchange * stats * added init for ptm * added proc meta script * add single * add vis code * added vis changes * remove proc file * add vis code * add paper script * edit scripts * edit scripts * add readme * remove wip code * add ngram back in * black and isort vis code * move * added pdfs * added pdfs that are not local and not broken * added agg pdf
phlobo
pushed a commit
that referenced
this pull request
Oct 24, 2024
* first half of dataloader * updates to plant-phenotype script * Complete plant-phenotype dataset loader * unit test fixes * fix formatting * Updates to readme to include tutotrials, updated datasets, and misc content tweaks (#730) Small changes only * typo (#732) * WIP Dataset Visualization Script (#688) * edit * unchange * stats * added init for ptm * added proc meta script * add single * add vis code * added vis changes * remove proc file * add vis code * add paper script * edit scripts * edit scripts * add readme * remove wip code * add ngram back in * black and isort vis code * move * added pdfs * added pdfs that are not local and not broken * added agg pdf * update streamlit instructions (#734) update streamlit instructions * refactor: Refactor PPR implementation to HF hub schema --------- Co-authored-by: Jason Alan Fries <jfries@stanford.edu> Co-authored-by: barthfab <88676348+barthfab@users.noreply.github.com> Co-authored-by: Rosaline Su <rosalinesu@gmail.com> Co-authored-by: Gabriel Altay <gabriel.altay@gmail.com> Co-authored-by: Mario Sänger <saengema@informatik.hu-berlin.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this is the PR for running the stream vis app locally.
vis_app.py
is for the streamlit app, andvis_data_card.py
is to generate the data cards. The latter file needs to be updated to generate cards for all datasets.