Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
ce0bad51
Commit
ce0bad51
authored
Apr 20, 2021
by
lucas_miranda
Browse files
Added extra branch to main autoencoder for rule_based prediction
parent
679c7e83
Pipeline
#99980
passed with stages
in 29 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof_experiments.smk
View file @
ce0bad51
...
...
@@ -20,9 +20,9 @@ encodings = [6] # [2, 4, 6, 8, 10, 12, 14, 16]
cluster_numbers = [15] # [1, 5, 10, 15, 20, 25]
latent_reg = ["variance"] # ["none", "categorical", "variance", "categorical+variance"]
entropy_knn = [100]
next_sequence_pred_weights = [0.
0
, 0.15]
next_sequence_pred_weights = [0.
15
, 0.15]
phenotype_pred_weights = [0.0]
rule_based_pred_weights = [0.
0
, 0.15]
rule_based_pred_weights = [0.
15
, 0.15]
window_lengths = range(11,56,11)
input_types = ["coords"]
run = list(range(1, 11))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment