├── FFDNA.py ├── LICENSE ├── README.md ├── images ├── channel1.png ├── channel2.png ├── channel3.png ├── channel4.png ├── channel5.png ├── channel6.png ├── channel7.png ├── channel8.png └── slides.txt └── process_data.py /FFDNA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/FFDNA.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/README.md -------------------------------------------------------------------------------- /images/channel1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/images/channel1.png -------------------------------------------------------------------------------- /images/channel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/images/channel2.png -------------------------------------------------------------------------------- /images/channel3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/images/channel3.png -------------------------------------------------------------------------------- /images/channel4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/images/channel4.png -------------------------------------------------------------------------------- /images/channel5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/images/channel5.png -------------------------------------------------------------------------------- /images/channel6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/images/channel6.png -------------------------------------------------------------------------------- /images/channel7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/images/channel7.png -------------------------------------------------------------------------------- /images/channel8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/images/channel8.png -------------------------------------------------------------------------------- /images/slides.txt: -------------------------------------------------------------------------------- 1 | put all the slides in this folder 2 | -------------------------------------------------------------------------------- /process_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jeremite/channel-attribution-model/HEAD/process_data.py --------------------------------------------------------------------------------