Skip to content
Snippets Groups Projects
Commit ce0bad51 authored by Lucas Miranda's avatar Lucas Miranda
Browse files

Added extra branch to main autoencoder for rule_based prediction

parent 679c7e83
No related branches found
No related tags found
No related merge requests found
Pipeline #99980 passed
......@@ -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))
......
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