Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
jerednel committed Nov 29, 2019
1 parent d0e6b23 commit a3a11bc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 21 deletions.
49 changes: 32 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions markov_model_attribution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ def first_order(paths):
sublist.append(userpath)
total_paths += 1
paths = sublist
<<<<<<< HEAD
=======

>>>>>>> 329f52a318dfd0d199b4cfc20721163eb66b4735

unique_touch_list = set(x for element in paths for x in element)
# get total last touch conversion counts
conv_dict = {}
Expand Down

0 comments on commit a3a11bc

Please sign in to comment.