Coder Social home page Coder Social logo

beiwedata's People

Contributors

jponnela avatar mkiang avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

weipeng77 gabek

beiwedata's Issues

Paper idea: location markers from Wi-Fi patters

Sample both Wi-Fi and GPS; identify unique locations based on Wi-Fi signal patterns; associate physical locations from the GPS with these patterns; explore how frequently need to sample the GPS to know the location of the top 90% of most frequent locations.

!! IMPORTANT: New file naming scheme probably breaks things

In the new app, files are now named [username]_[data stream]_[timestamp].csv instead of just [data stream]_[timestamp].csv. This likely breaks a lot of the functions that parsed names based on _. Just a warning. Will fix this weekend.

Add option to have "all others" row in MAC plots

For WiFi and Bluetooth "most frequent" plots, add an option to add an "all others" row. That way you can tell periods where there were no devices around. Should be a simple line fix with some y-axis relabeling moving around.

Worst case, make a separate function.

Add indicator of phone use

This would be a hierarchical decision tree, i.e., first check the accelerometer (if movement, then done); then check the GPS (if location changed, then done), ...

Seems to be accelerometer data issues with timestamps

Timestamps are often duplicated or in the wrong order. For example, in my data, there are three rows out of order and 1352 rows that have duplicated time stamps.

In [33]: %paste
a_files = list_data_files('accel', './mkdata')
a_df = import_df(a_files, setindex=False)
len(a_df)
print ((a_df.timestamp.diff() < 0).sum(), (a_df.timestamp.diff() == 0).sum())

## -- End pasted text --
(3, 1352)

Change call/text plots

Make call text plots so that markers are + with ---- representing call duration. For now, keep missed calls on same line as incoming calls, but use a different marker circumscribed +, for example.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.