Skip to content

Commit

Permalink
Merge pull request #18 from calico/revision-upd
Browse files Browse the repository at this point in the history
Updated model evaluation scripts.
  • Loading branch information
davek44 authored May 7, 2024
2 parents 7d73d44 + 2c20c4e commit 6d657e1
Show file tree
Hide file tree
Showing 9 changed files with 2,490 additions and 20 deletions.
675 changes: 675 additions & 0 deletions src/scripts/borzoi_bench_gtex_folds.py

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/scripts/borzoi_bench_sqtl_folds.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ def main():
type="str",
help="File specifying target indexes and labels in table format",
)
sed_options.add_option(
'-u',
dest='untransform_old',
default=False,
action='store_true'
)
sed_options.add_option(
'--no_untransform',
dest='no_untransform',
default=False,
action='store_true'
)
parser.add_option_group(sed_options)

# classify
Expand Down
Loading

0 comments on commit 6d657e1

Please sign in to comment.