Skip to content

Commit

Permalink
Merge pull request #9 from kaybenleroll/update-assessment-plots
Browse files Browse the repository at this point in the history
update assessment plots
  • Loading branch information
kaybenleroll authored Nov 21, 2023
2 parents cc322c3 + 637175d commit b83f357
Show file tree
Hide file tree
Showing 41 changed files with 20,383 additions and 15,290 deletions.
13 changes: 9 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ exploring_online_retail_transactions.html: retrieve_retail_data.html
exploring_cdnow_dataset.html: retrieve_retail_data.html

initial_pnbd_models.html: exploring_shortsynth_data.html
construct_longsynth_fixed_pnbd_models.html: exploring_longsynth_data.html
construct_onlineretail_fixed_pnbd_models.html: exploring_online_retail_transactions.html
construct_cdnow_fixed_pnbd_models.html: exploring_cdnow_dataset.html

construct_shortsynth_onehier_pnbd_models.html: initial_pnbd_models.html
construct_shortsynth_fixed_pnbd_models.html: exploring_shortsynth_data.html initial_pnbd_models.html
construct_longsynth_fixed_pnbd_models.html: exploring_longsynth_data.html initial_pnbd_models.html
construct_onlineretail_fixed_pnbd_models.html: exploring_online_retail_transactions.html initial_pnbd_models.html
construct_cdnow_fixed_pnbd_models.html: exploring_cdnow_dataset.html initial_pnbd_models.html

construct_shortsynth_onehier_pnbd_models.html: construct_shortsynth_fixed_pnbd_models.html
construct_longsynth_onehier_pnbd_models.html: construct_longsynth_fixed_pnbd_models.html
construct_onlineretail_onehier_pnbd_models.html: construct_onlineretail_fixed_pnbd_models.html
construct_cdnow_onehier_pnbd_models.html: construct_cdnow_fixed_pnbd_models.html
Expand All @@ -65,6 +67,9 @@ construct_onlineretail_twohier_pnbd_models.html: construct_onlineretail_onehier_
construct_cdnow_twohier_pnbd_models.html: construct_cdnow_onehier_pnbd_models.html


exploration: exploring_shortsynth_data.html exploring_longsynth_data.html \
exploring_online_retail_transactions.html exploring_cdnow_dataset.html

mrproper: clean-cache clean-data clean-html clean-precompute clean-models
rm -fv data/*.xlsx
rm -fv *.dot
Expand Down
1,823 changes: 890 additions & 933 deletions construct_cdnow_fixed_pnbd_models.html

Large diffs are not rendered by default.

Loading

0 comments on commit b83f357

Please sign in to comment.