Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mhc_rank
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Skillman-Lawrence
mhc_rank
Commits
70588389
Commit
70588389
authored
8 years ago
by
Alex Rubinsteyn
Browse files
Options
Downloads
Patches
Plain Diff
fixed import path for indices_to_hotshot_encoding
parent
e5a27666
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
experiments/training_helpers.py
+1
-1
1 addition, 1 deletion
experiments/training_helpers.py
with
1 addition
and
1 deletion
experiments/training_helpers.py
+
1
−
1
View file @
70588389
...
...
@@ -23,7 +23,7 @@ from scipy import stats
import
mhcflurry
from
mhcflurry.common
import
normalize_allele_name
from
mhcflurry.data
import
indices_to_hotshot_encoding
from
mhcflurry.data
set_helpers
import
indices_to_hotshot_encoding
PredictionScores
=
namedtuple
(
"
PredictionScores
"
,
"
tau auc f1 accuracy mae
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment