Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

config.yml 761 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. input_data_params:
  2. input_data_dir_path: 'data'
  3. ce_data: 'C_elegans_acc_seq.csv'
  4. human_train: 'human_dna_train_split.csv'
  5. human_val: 'human_dna_validation_split.csv'
  6. human_test: 'human_dna_test_split.csv'
  7. human_test_hidden: 'human_dna_test_hidden_split.csv'
  8. training_params:
  9. training_data_dir_path: 'training_data\humans\train'
  10. n_folds: 5
  11. preprocesing_params:
  12. input_training_data_dir_path: 'training_data\humans\train\input_data_split'
  13. kmer_orders: !!python/tuple
  14. - 1
  15. - 2
  16. - 3
  17. - 4
  18. - 5
  19. - 6
  20. output_data_dir_path: 'training_data_humans_train_kmer_vectors'
  21. model_eval_params:
  22. validation_data_dir_path: 'validation_data\humans'
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...