Skip to content

Commit e3c212c

Browse files
committed
WORKSHOP5 - Adding RFM and BTYD logic to the material
1 parent 079abfc commit e3c212c

13 files changed

+3225
-490
lines changed

.dockerignore

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
*.Rmd
2-
*.html
1+
.Rproj.user/
2+
.git/
33

44
data/*.xlsx
55
data/*.rds
66
data/*.csv
77

8+
precompute/*.rds
9+
10+
*_cache/*
11+
*_files/*
12+
13+
*.R
14+
*.Rmd
15+
*.html
16+
*.Rproj
17+
18+

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ exploring_graph_data.html: exploring_retail_data.html
4545
initial_arules_models.html: exploring_retail_data.html
4646
initial_timeseries_models.html: exploring_retail_data.html
4747
initial_btyd_models.html: exploring_retail_data.html
48+
initial_rfm_models.html: exploring_retail_data.html
49+
4850

4951

5052
### Docker targets

exploring_graph_data.html

+32-32
Large diffs are not rendered by default.

exploring_retail_data.html

+34-34
Large diffs are not rendered by default.

exploring_retail_dataexplorer.html

+30-30
Large diffs are not rendered by default.

initial_arules_models.html

+54-54
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)