Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 383 Bytes

File metadata and controls

4 lines (3 loc) · 383 Bytes

Steps for running a Ludwig experiment:

  1. Copy or link X,y matrices to <GENE>/ in this direcotry
  2. Run Ludwig experiment: make ludwig-experiment GENE=<GENE> This will (1) create the needed configuration file for Ludwig; (2) prepare the data for the experiment by scaling it and combining the X and Y matrices; (3) run Ludwig on the prepared data using the configuration file.