Closed baezortega closed 7 years ago
Models should be renamed for coherence, using a convention like:
sigfit_emu.stan -> sigfit_ext_emu.stan sigfit_emu_fixed.stan -> sigfit_fit_emu.stan sigfit_fit.stan -> sigfit_fit_nmf.stan sigfit_hier.stan -> sigfit_fit_nmf_hier.stan sigfit_nmf.stan -> sigfit_ext_nmf.stan new fit+extract models: sigfit_fitex_nmf.stan; sigfit_fitex_emu.stan
Also, the parameter names should be consistent across models: "signatures" and "exposures".
Implemented. The sigfit_fit_emu model still needs to be added to the fit_signatures() function, and the new fit+extract models need to be included.
Models should be renamed for coherence, using a convention like:
sigfit_emu.stan -> sigfit_ext_emu.stan sigfit_emu_fixed.stan -> sigfit_fit_emu.stan sigfit_fit.stan -> sigfit_fit_nmf.stan sigfit_hier.stan -> sigfit_fit_nmf_hier.stan sigfit_nmf.stan -> sigfit_ext_nmf.stan new fit+extract models: sigfit_fitex_nmf.stan; sigfit_fitex_emu.stan
Also, the parameter names should be consistent across models: "signatures" and "exposures".