Skip to content

Latest commit

 

History

History
executable file
·
12 lines (11 loc) · 797 Bytes

README.md

File metadata and controls

executable file
·
12 lines (11 loc) · 797 Bytes

Tables of experiments

  • The names and number of input columns should match the list of parameters in run.py (and moloi.py)
  • The number of result columns should match the length and order of the list of outputs in run.py
  • The config addresses start at the root of the program and lead to the corresponding folders
  • The correct names for models, splits and descriptors are specified in the README of the project
  • The purpose of the columns and the acceptable value can be printed using: python moloi.py --help
  • An empty field in Gridsearch means False

If you want to do the same experiment with another split, then:

  1. Make a copy of the original dataset with a different name.
  2. Create a new data configuration with copy addresses.
  3. Write the new config address in the experiment table.