├── BG_NBD_model ├── CLV_BG_NBD_model.py ├── CLV_prediction_with_BGNBD_model.md └── pic │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ └── 8.png ├── CLV_paretoNBD_model.py ├── CLV_prediction_with_paretoNBD_model.md ├── CLV_prediction_with_paretoNBD_model_zn.md ├── connect_db.py ├── pareto_nbd_run.py ├── pic ├── 1.png ├── 10.png ├── 11.png ├── 12.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── 6a.png ├── 7.png ├── 8.png └── 9.png └── test.data.csv /BG_NBD_model/CLV_BG_NBD_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/CLV_BG_NBD_model.py -------------------------------------------------------------------------------- /BG_NBD_model/CLV_prediction_with_BGNBD_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/CLV_prediction_with_BGNBD_model.md -------------------------------------------------------------------------------- /BG_NBD_model/pic/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/pic/1.png -------------------------------------------------------------------------------- /BG_NBD_model/pic/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/pic/2.png -------------------------------------------------------------------------------- /BG_NBD_model/pic/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/pic/3.png -------------------------------------------------------------------------------- /BG_NBD_model/pic/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/pic/4.png -------------------------------------------------------------------------------- /BG_NBD_model/pic/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/pic/5.png -------------------------------------------------------------------------------- /BG_NBD_model/pic/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/pic/6.png -------------------------------------------------------------------------------- /BG_NBD_model/pic/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/pic/7.png -------------------------------------------------------------------------------- /BG_NBD_model/pic/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/BG_NBD_model/pic/8.png -------------------------------------------------------------------------------- /CLV_paretoNBD_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/CLV_paretoNBD_model.py -------------------------------------------------------------------------------- /CLV_prediction_with_paretoNBD_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/CLV_prediction_with_paretoNBD_model.md -------------------------------------------------------------------------------- /CLV_prediction_with_paretoNBD_model_zn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/CLV_prediction_with_paretoNBD_model_zn.md -------------------------------------------------------------------------------- /connect_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/connect_db.py -------------------------------------------------------------------------------- /pareto_nbd_run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pareto_nbd_run.py -------------------------------------------------------------------------------- /pic/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/1.png -------------------------------------------------------------------------------- /pic/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/10.png -------------------------------------------------------------------------------- /pic/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/11.png -------------------------------------------------------------------------------- /pic/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/12.png -------------------------------------------------------------------------------- /pic/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/2.png -------------------------------------------------------------------------------- /pic/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/3.png -------------------------------------------------------------------------------- /pic/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/4.png -------------------------------------------------------------------------------- /pic/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/5.png -------------------------------------------------------------------------------- /pic/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/6.png -------------------------------------------------------------------------------- /pic/6a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/6a.png -------------------------------------------------------------------------------- /pic/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/7.png -------------------------------------------------------------------------------- /pic/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/8.png -------------------------------------------------------------------------------- /pic/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/pic/9.png -------------------------------------------------------------------------------- /test.data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zongfan2/customer_lifetime_value_prediction/HEAD/test.data.csv --------------------------------------------------------------------------------