Skip to content

Commit

Permalink
Re-running the code to update everything
Browse files Browse the repository at this point in the history
  • Loading branch information
kaybenleroll committed Oct 24, 2023
1 parent 40730ab commit 297d692
Show file tree
Hide file tree
Showing 8 changed files with 11,542 additions and 3,722 deletions.
2,818 changes: 1,861 additions & 957 deletions construct_cdnow_fixed_pnbd_models.html

Large diffs are not rendered by default.

2,298 changes: 1,545 additions & 753 deletions construct_cdnow_onehier_pnbd_models.html

Large diffs are not rendered by default.

1,040 changes: 579 additions & 461 deletions construct_cdnow_twohier_pnbd_models.html

Large diffs are not rendered by default.

2,765 changes: 1,807 additions & 958 deletions construct_onlineretail_fixed_pnbd_models.html

Large diffs are not rendered by default.

17 changes: 5 additions & 12 deletions construct_onlineretail_fixed_pnbd_models.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,13 @@ customer_subset_id |> glimpse()
```{r load_derived_data}
#| echo: TRUE
id_1000 <- read_rds("data/longsynth_id_1000.rds")
id_5000 <- read_rds("data/longsynth_id_5000.rds")
id_10000 <- read_rds("data/longsynth_id_10000.rds")
customer_summarystats_tbl <- read_rds("data/onlineretail_customer_summarystats_tbl.rds")
fit_1000_data_tbl <- read_rds("data/longsynth_fit_1000_data_tbl.rds")
fit_10000_data_tbl <- read_rds("data/longsynth_fit_10000_data_tbl.rds")
obs_fitdata_tbl <- read_rds("data/onlineretail_obs_fitdata_tbl.rds")
obs_validdata_tbl <- read_rds("data/onlineretail_obs_validdata_tbl.rds")
customer_fit_stats_tbl <- fit_1000_data_tbl
customer_summarystats_tbl <- read_rds("data/longsynth_customer_summarystats_tbl.rds")
obs_fitdata_tbl <- read_rds("data/longsynth_obs_fitdata_tbl.rds")
obs_validdata_tbl <- read_rds("data/longsynth_obs_validdata_tbl.rds")
customer_subset_id <- id_1000
customer_fit_stats_tbl <- obs_fitdata_tbl |>
rename(x = tnx_count)
```


Expand Down
1,405 changes: 1,006 additions & 399 deletions construct_onlineretail_onehier_pnbd_models.html

Large diffs are not rendered by default.

357 changes: 175 additions & 182 deletions construct_onlineretail_twohier_pnbd_models.html

Large diffs are not rendered by default.

4,564 changes: 4,564 additions & 0 deletions exploring_cdnow_dataset.html

Large diffs are not rendered by default.

0 comments on commit 297d692

Please sign in to comment.