-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore: trigger release process #993
Open
github-actions
wants to merge
5
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+574
−171
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
github-actions
bot
commented
Feb 13, 2025
…990) * build(deps): update scipy requirementV --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: project-defiant <[email protected]>
* feat: add LOF curation ingestion step and config * feat: add LOF annotations path to variant_index step * feat: add parser for LOF data * feat: add function to normalise LOF assessments * feat: add function for creating LOF description * feat: enable annotation of VariantIndex with the variantDescription field * refactor: rename inSilicoPredictors to variantEffect * refactor: rename inSilicoPredictors to variantEffect in merged files * chore: consolidate variant annotation paths into list
* Update _ukb_ppp_eur.md Original page hosted broken link for synapse and uninformative title for page * chore: pre-commit auto fixes [...] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat(prediction): add `model` as instance attribute * feat: added `convert_map_type_to_columns` spark util * feat(prediction): new method `explain` returns shapley values * feat(prediction): `explain` returns predictions with shapley values * chore: compute `shapleyValues` in the l2g step * refactor: use pandas udf instead * refactor: forget about udfs and get shaps single threaded * chore: remove reference to chromatin interaction data in HF card * fix(l2g_prediction): methods that return new instance preserve attribute * feat(dataset): `filter` method preserves all instance attributes * feat(l2gmodel): add features_list as model attribute and load it from the hub metadata * fix: pass correct order of features to shapley explainer * feat(l2g): predict mode to extract feature list from model, not from config * feat(l2g): pass default features list if model is loaded from a path * feat(l2gmodel): add features_list as model attribute and load it from the hub metadata * feat(l2g): predict mode to extract feature list from model, not from config * feat(l2gprediction): add `model` as attribute * feat(l2gmodel): add features_list as model attribute and load it from the hub metadata * feat(l2g): predict mode to extract feature list from model, not from config * feat(l2gprediction): add `model` as attribute * chore: fix typo * chore: remove `convert_map_type_to_columns` * feat(l2gprediction): refactor feature annotation and change schema * chore: pre-commit auto fixes [...] * feat: report as log odds * feat: calculate scaled probabilities * chore(l2gprediction): remove shapBaseProbability * chore: correct typo in add_features and make schemas non nullable * fix: rename columns in pandas df after pivoting * fix: add raw shap contributions * fix(model): when saving create directory if not exists * feat(l2g): bundle model and training data in hf * feat(model): include data when loading model * feat: final version of shap explanations * fix: do not infer features_list from df * fix: get_features_list_from_metadata returned cols that were not features * refactor(model): read training data in the local filesystem w pandas * chore: successful run, remove test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auto-pr
Chore
Dataset
Datasource
documentation
Improvements or additions to documentation
Method
size-L
Step
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.