Lets start with Story 11 shall we?
In [1]:
import makeProfile
The first task was to "Use frequently visited locations to create a profile of times and locations."
In [2]:
makeProfile.make()
I did this by using the daily summaries generated in Story 21
In [3]:
print((open("profile.txt").read()))
Ah a nice, user friendly analysis of the days.
In [4]:
import makeDailySummary
Now for the fun part! Waiting on the EHABD algorithm to finish.
In [5]:
makeDailySummary.make()
In [7]:
print((open("./DailySummaries/dailySummary_12_1_2017.txt").read())) #change for the day
In [ ]: