Commit Graph

20 Commits (cf28aa547a59513af482f84329173785c2c8e8a7)

Author SHA1 Message Date
Ivan Kobe 74b4f9ddbe separated features 2021-08-10 12:59:47 +02:00
junos 02f2607be9 Fix formatting and typos. 2021-08-06 18:53:39 +02:00
junos cca5a29483 Rename features and add one for missed calls. 2021-08-06 18:53:39 +02:00
Ivan Kobe 62af04fe09 Communication 2021-08-06 16:44:39 +00:00
junos b8301ca458 Small corrections. 2021-07-03 18:45:46 +02:00
junos eebb10504e Add more SMS features.
Add a test case for messages and a separate test.
2021-05-07 15:48:17 +02:00
junos 6e9c13d5d8 Add more call features.
The total duration of calls and maximum duration by type.
The number of all calls and ratio of incoming and outgoing calls.
2021-05-07 15:18:56 +02:00
junos 81080f7504 Use Collection from collections.abc instead of typing.List. 2021-05-07 12:44:34 +02:00
junos f37e8dc0eb Add a plot of most frequent contacts. 2021-05-04 17:23:52 +02:00
junos 9301d9ec7f Enumerate contacts by grouping by participant ID first.
Previously, enumeration worked for only one participant.
2021-04-09 16:01:53 +02:00
junos 66b36faedc Add Seaborn and cleanup. 2021-04-09 15:33:52 +02:00
junos b7b60294ba Add a (useless?) test for features.communication.count_comms.
Formatting.
2021-04-06 17:12:36 +02:00
junos 414b30b7e1 Remove missing call duration and document. 2021-04-06 16:54:08 +02:00
junos 9b495e63a3 Add a function to get sms data and illustrate in Jupyter notebook. 2021-04-06 16:50:40 +02:00
junos ab2dbf7a02 Add a function to count calls and their duration and SMSes by type. 2021-04-06 16:23:19 +02:00
junos d218bb1d7c Document communication functions. 2021-04-06 14:32:18 +02:00
junos 9e16d329dd Improve formatting. 2021-04-06 11:48:37 +02:00
junos 29b664c41b Add a method to enumerate contacts and a method to test this with call data. 2021-02-02 16:20:46 +01:00
junos dfb4236769 Add a method to enumerate contacts and appropriate tests. 2021-02-01 18:24:24 +01:00
junos b2d93e0686 Add a method to get Calls data.
Add a test for this.
2021-01-05 17:00:45 +01:00