-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
55 lines (45 loc) · 1.77 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
***************************
Tradeshow
2017 Geoffrey Pidcock - [email protected]
***************************
The following Git contains jupyter notebooks and other workfiles for a 2017 B2B tradeshow event.
The data set driving this analysis is a combination of anonymised CRM data (contact, lead, and opportunity), and event device data (NFC touchpoints representing a variety of information requests from the delegates).
The goal of this model is to predict conversion of a delegate into a business opportunity.
Specific hypotheses:
Does event lead scoring predict opportunity creation (interpretive model)?
What behavioural segments are in event device data?
Please contact Geoff Pidcock for a copy of the Data.
***************************
File Description:
TradeShow_HomeWork2.ipynb - "First Look" - General data munging and evaluation.
TradeShow_HomeWork3.ipynb -
DT-calibration.png - example calibration curve from https://svds.com/classifiers2/
ExampleTree.dot - Present decision tree used for lead followup, based on heuristics used by a B2B biz
ExampleDecisionTree.png - viz of the .dot file
Sample-ROC.png - example ROC curve from https://svds.com/learning-imbalanced-classes/
scoring_tree_example.png - example lead scoring diagram sourced from http://dataconomy.com/2015/05/predictive-machine-learning-behind-the-scenes-at-fliptop-and-predictions-for-the-future-of-martech/
***************************
Data Description:
v1
_Delegates.xlsx
'qr_uid'
'Customer'
'Prospect'
'Leaders Summit'
'registered'
'walk-in'
'manual'
'cancelled'
'badge_printed'
'Member Type'
'Lead Contact ID'
'Acount ID'
'Job Function'
'Job Level'
'Industry'
'Employees'
'TOTAL Attendance Points'
'TOTAL Engagement Points'
'TOTAL Attendance and Engagement Points'
'Oppty Created'
'No. of Oppty'