├── .DS_Store ├── .ipynb_checkpoints ├── data-cleaning_and_eda-checkpoint.ipynb └── model-building-checkpoint.ipynb ├── README.md ├── data-cleaning_and_eda.ipynb ├── images ├── .DS_Store ├── plot1.png ├── plot10.png ├── plot11.png ├── plot12.png ├── plot13.png ├── plot14.png ├── plot15.png ├── plot16.png ├── plot17.png ├── plot18.png ├── plot19.png ├── plot2.png ├── plot20.png ├── plot21.png ├── plot3.png ├── plot4.png ├── plot5.png ├── plot6.png ├── plot7.png ├── plot8.png └── plot9.png ├── marketdata.xlsx ├── marketdata2.csv ├── model-building.ipynb └── model_file.p /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/.DS_Store -------------------------------------------------------------------------------- /.ipynb_checkpoints/data-cleaning_and_eda-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/.ipynb_checkpoints/data-cleaning_and_eda-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/model-building-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/.ipynb_checkpoints/model-building-checkpoint.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/README.md -------------------------------------------------------------------------------- /data-cleaning_and_eda.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/data-cleaning_and_eda.ipynb -------------------------------------------------------------------------------- /images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/.DS_Store -------------------------------------------------------------------------------- /images/plot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot1.png -------------------------------------------------------------------------------- /images/plot10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot10.png -------------------------------------------------------------------------------- /images/plot11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot11.png -------------------------------------------------------------------------------- /images/plot12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot12.png -------------------------------------------------------------------------------- /images/plot13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot13.png -------------------------------------------------------------------------------- /images/plot14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot14.png -------------------------------------------------------------------------------- /images/plot15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot15.png -------------------------------------------------------------------------------- /images/plot16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot16.png -------------------------------------------------------------------------------- /images/plot17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot17.png -------------------------------------------------------------------------------- /images/plot18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot18.png -------------------------------------------------------------------------------- /images/plot19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot19.png -------------------------------------------------------------------------------- /images/plot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot2.png -------------------------------------------------------------------------------- /images/plot20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot20.png -------------------------------------------------------------------------------- /images/plot21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot21.png -------------------------------------------------------------------------------- /images/plot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot3.png -------------------------------------------------------------------------------- /images/plot4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot4.png -------------------------------------------------------------------------------- /images/plot5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot5.png -------------------------------------------------------------------------------- /images/plot6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot6.png -------------------------------------------------------------------------------- /images/plot7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot7.png -------------------------------------------------------------------------------- /images/plot8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot8.png -------------------------------------------------------------------------------- /images/plot9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/images/plot9.png -------------------------------------------------------------------------------- /marketdata.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/marketdata.xlsx -------------------------------------------------------------------------------- /marketdata2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/marketdata2.csv -------------------------------------------------------------------------------- /model-building.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/model-building.ipynb -------------------------------------------------------------------------------- /model_file.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ernestng11/touchpoint-prediction/HEAD/model_file.p --------------------------------------------------------------------------------