]> code.communitydata.science - ml_measurement_error_public.git/blob - civil_comments/Makefile
update real data examples code and rerun project.
[ml_measurement_error_public.git] / civil_comments / Makefile
1 qall: iv_perspective_example.RDS dv_perspective_example.RDS
2
3 srun_1core=srun -A comdata -p compute-bigmem --mem=4G --time=12:00:00 -c 1 --pty /usr/bin/bash -l
4 srun=srun -A comdata -p compute-bigmem --mem=4G --time=12:00:00 --pty /usr/bin/bash -l
5
6 perspective_scores.csv: perspective_json_to_csv.sh perspective_results.json
7         $(srun_1core) ./$^ $@
8
9 iv_perspective_example.RDS: 02_iv_example.R perspective_scores.csv
10         $(srun) Rscript $<
11
12 dv_perspective_example.RDS: 01_dv_example.R perspective_scores.csv
13          $(srun) Rscript $<
14

Community Data Science Collective || Want to submit a patch?