Tested in Python3.8. X_simba, y_simba: fluxes and galaxy properties for samples in the Simba simulation. X_eagle, y_eagle: fluxes and galaxy properties for samples in the Eagle simulation. X_tng, y_tng: fluxes and galaxy properties for samples in the Illustris-TNG simulation.
- Create an Anaconda3 environment with the packages (along with their respective versions) listed in conda_environment.txt.
- Say the above environment is called 'environ'.
(a) In
~/anaconda3/envs/tpot/lib/python3.8/site-packages/ngboost/
, replacengboost.py
with the one provided. (b) In~/anaconda3/envs/tpot/lib/python3.8/site-packages/ngboost/distns/
, replacenormal.py
with the one provided. - Run
main.py
to run mirkwood. - Run
make_plots.py
to recreate the figures in the paper.