13
0
cdsc_reddit/density/Makefile

8 lines
629 B
Makefile
Raw Permalink Normal View History

2023-05-24 00:18:19 +00:00
all: ../../data/reddit_density/subreddit_author_tf_similarities_10K_LSI/600.feather
2023-05-24 00:18:19 +00:00
../../data/reddit_density/subreddit_author_tf_similarities_10K_LSI/600.feather: overlap_density.py ../../data/reddit_similarity/subreddit_comment_authors-tf_10k_LSI/600.feather
../start_spark_and_run.sh 1 overlap_density.py authors --inpath="../../data/reddit_similarity/subreddit_comment_authors-tf_10k_LSI/600.feather" --outpath="../../data/reddit_density/subreddit_author_tf_similarities_10K_LSI/600.feather" --agg=pd.DataFrame.sum
2023-05-24 00:18:19 +00:00
../../data/reddit_similarity/subreddit_comment_authors-tf_10k_LSI/600.feather:
$(MAKE) -C ../similarities