jgoecks / transcriptional-signatures-ludwig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Jupyter Notebook 88.3%Language:Python 7.7%Language:Makefile 3.9%