Skip to content

Instantly share code, notes, and snippets.

View yashwanth11's full-sized avatar

Yashwanth Dannamaneni yashwanth11

  • Kansas City, MO
View GitHub Profile
@graphadvantage
graphadvantage / part2-neo4j-marketing-recommendations.md
Last active March 21, 2024 13:24
Neo4j GraphGist: Real-Time Marketing Attribution & Recommendations - Part 2 Marketing Recommendations using K-Nearest Neighbor Binary Cosine Similarity

##Neo4j GraphGist - Marketing Recommendations Using Last Touch Attribution Modeling and k-NN Binary Cosine Similarity

Neo4j Use Case: Real Time Marketing Recommendations

#Part 2. Neo4j Marketing Recommendations

In Part 1 we took a look at how to implement marketing attribution models in a Neo4j graph to enable us to determine which marketing activities are driving leads. We produced a graph with this basic structure, where each (:Lead) has been [:ATTRIBUTED_TO] one or more of the (:Activity) nodes with a [:TOUCHED] relationship to the (:Individual) :

attribution

@AustinRochford
AustinRochford / Bayesian Survival analysis with PyMC3.ipynb
Last active April 10, 2022 05:02
Bayesian Survival analysis with PyMC3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@FigmentEngine
FigmentEngine / TMUXonEC2.sh
Created April 27, 2012 15:54
Install TMUX on Amazon Linux (EC2)
wget https://github.com/downloads/libevent/libevent/libevent-2.0.18-stable.tar.gz
tar zxf libevent-2.0.18-stable.tar.gz
cd libevent-2.0.18-stable
sudo ./configure
sudo ./make
DIR="/home/ec2-user/downloads/libevent-2.0.18-stable"
wget http://downloads.sourceforge.net/tmux/tmux-1.6.tar.gz
tar zxf tmux-1.6.tar.gz
cd tmux-1.6