Skip to content

Commit

Permalink
Updating the CDNow Two hier workbook and adding a scripts dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kaybenleroll committed Oct 24, 2023
1 parent 297d692 commit 3d91071
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 0 additions & 4 deletions construct_cdnow_twohier_pnbd_models.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -595,10 +595,6 @@ As for our short time frame data, overall our model is working well.







# Compare Model Outputs

We have looked at each of the models individually, but it is also worth looking
Expand Down
13 changes: 13 additions & 0 deletions scripts/compress_precomp_dir.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh

ARCHIVE_DIR=btyd_precompute

mkdir ${ARCHIVE_DIR}

for PRECOMP_DIR in `ls precompute`
do

COMPRESS_FILE=precompute_${PRECOMP_DIR}.tar.bz2

tar cvfp ${ARCHIVE_DIR}/${COMPRESS_FILE} -I /usr/bin/pbzip2 precompute/${PRECOMP_DIR}/
done

0 comments on commit 3d91071

Please sign in to comment.