Skip to main content

PyTEAP: A Python implementation of Toolbox for Emotion Analysis using Physiological signals (TEAP).

Project description

PyTEAP

License: GPL v3 PyPI

PyTEAP is a Python implementation of Toolbox for Emotion Analysis using Physiological signals (TEAP).

This package intends to reimplement TEAP, originally written in MATLAB, in Python, to enable interoperation with other Python packages.


Installation

To use PyTEAP, you can either clone this repository:

$ git clone https://github.com/cheulyop/PyTEAP.git
$ cd PyTEAP

or install it via pip:

$ pip install PyTEAP

Baseline classification on DEAP

As the primary goal of this package is to provide a toolbox for processing physiological signals for emotion analysis, this package includes a script to perform simple baseline classification on DEAP dataset.

There are two ways you can do baseline classification on DEAP with PyTEAP:

  1. Clone this repository and run the script for baseline classification.
$ python baseline.py --root '/path/to/deap_root'

Running baseline.py will load raw datafiles from the root directory, preprocess features and target labels, perform baseline classification with four simple classifiers: 1) Gaussian Naive Bayes, 2) random voting assuming a uniform distribution between classes, 3) majority voting, 4) class ratio voting, and finally print a table showing performance of each classifier, measured with accuracy score, balanced accuracy score, and F1-score.

  1. Or, install PyTEAP via pip as shown above, and use its modules and functions as you want.

The below table shows the results of baseline classification with seed=0.

Gaussian NB Random voting Majority voting Class ratio voting
Acc. 0.508594 0.496094 0.553125 0.489063
Balanced acc. 0.513142 0.494228 0.500000 0.484621
F1-score 0.513712 0.528224 0.712272 0.531533

* You must have access to DEAP dataset, in particular a preprocessed data in Python format to perform above baseline classification. Please contact DEAP maintainers if you need access to the dataset.

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

PyTEAP-0.1.2.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyTEAP-0.1.2-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

File details

Details for the file PyTEAP-0.1.2.tar.gz.

File metadata

  • Download URL: PyTEAP-0.1.2.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for PyTEAP-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7065c4967c7ac77e60da762e254426e38d7472988fe8dde7d14298c3bd67760a
MD5 9e4c53276e3a9afea252320eb9503219
BLAKE2b-256 acfa299777c7231f989aa5531dd6822df0549f33b00e533a329ca988cda97238

See more details on using hashes here.

File details

Details for the file PyTEAP-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: PyTEAP-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 23.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5

File hashes

Hashes for PyTEAP-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 56d7e396b7f1f315190686515a9a9cff6e551f392da0133dc34f5b5b4e16d6d6
MD5 462ccb21330c0a6ab14bd75e2d5167c6
BLAKE2b-256 42efbc67a29594c94510a8aba120c423c57c375fe911377f321d5a8ca7f32955

See more details on using hashes here.

Supported by

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