]> code.communitydata.science - cdsc_reddit.git/blob - density/Makefile
make pass keyword arg to dataframe.drop
[cdsc_reddit.git] / density / Makefile
1 all: ../../data/reddit_density/subreddit_author_tf_similarities_10K_LSI/600.feather
2
3 ../../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
4         ../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
5
6 ../../data/reddit_similarity/subreddit_comment_authors-tf_10k_LSI/600.feather:
7         $(MAKE) -C ../similarities

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