Skip to content
Snippets Groups Projects
Commit fefebccd authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

update docs

parent 5a002dba
No related merge requests found
......@@ -10,7 +10,7 @@ class AlleleEncoding(object):
alleles,
allele_to_fixed_length_sequence=None):
"""
A place to cache encoding for a (potentially large) sequence of alleles.
A place to cache encodings for a (potentially large) sequence of alleles.
Parameters
----------
......
......@@ -414,6 +414,9 @@ class Class1AffinityPredictor(object):
Number of neural networks to fit
architecture_hyperparameters_list : list of dict
List of hyperparameters. If more than one set of hyperparameters
are specified, model selection over them is performed and model
with the lowest validation loss is selected for each fold.
allele : string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment