Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 346 Bytes

autoregressive-ml

Experiments with autoregressive ML

Run on atmlxgpu1 via:

nohup python -m automl.autoregression --output-dir --output-dir /network/group/aopp/predict/HMC005_ANTONIO_EERIE/basic --num-steps 360 --year 2016 --month 1 --day 1 &> output.log &

Or via a bash script:

nohup bin/run_autoregression.sh &> output.log &