1
0

Add exploratory data analysis to come up with a real-data example.

This commit is contained in:
2022-11-29 00:29:42 -08:00
parent c42b94110b
commit 3d1964b806
4 changed files with 168 additions and 0 deletions

6
civil_comments/Makefile Normal file
View File

@@ -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) ./$^ $@