Skip to main content

No project description provided

Project description

Dataset for KSE801: Sensor Data Science

Install

pip install kse801-dataset

How to use

  • The datasets are separated by their source names: ['abc', 'crowdsignal', 'kaist']
  • For example:
from kse801.abc import load_app_usage
from kse801.kaist import load_activity
from kse801.crowdsignal import load_accel_phone

abc_app_usage = load_app_usage()
kaist_activity = load_activity()
crowdsignal_accel = load_accel_phone()
  • Datasets are formatted as pandas's DataFrame, except receptivity data (i.e., kse801.kaist.load_receptivity)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kse801-dataset-0.1.2.tar.gz (62.9 MB view hashes)

Uploaded Source

Built Distribution

kse801_dataset-0.1.2-py3-none-any.whl (62.9 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page