]> code.communitydata.science - ml_measurement_error_public.git/blobdiff - civil_comments/Makefile
Add exploratory data analysis to come up with a real-data example.
[ml_measurement_error_public.git] / civil_comments / Makefile
diff --git a/civil_comments/Makefile b/civil_comments/Makefile
new file mode 100644 (file)
index 0000000..3c331c2
--- /dev/null
@@ -0,0 +1,6 @@
+srun_1core=srun -A comdata -p compute-bigmem --mem=4G --time=12:00:00 -c 1 --pty /usr/bin/bash -l
+perspective_scores.csv: perspective_json_to_csv.sh perspective_results.json
+       $(srun_1core) ./$^ $@
+
+
+

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