Preprocessing, visualization, statistical analysis, feature engineering, and machine learning of eye movement data.
Project description
Package Description
EyeFeatures is an open-source Python package for analyzing eye movement data in any visual task. Its capabilities encompass preprocessing, visualization, statistical analysis, feature engineering and machine learning. Its unique feature is its architecture and versatility. Accepting data in .csv format containing gaze position coordinates, the package allows filtration of raw data to remove noise and detecting fixations and saccades with different algorithms. Having fixations any standard descriptive statistical eye movement features (such as totalFD, meanFD etc.) can be computed, including AOI-wise features. AOIs can be predefined or assigned automatically. More complex features, such as chaos measures, topological features, density maps, scanpath similarities for various distance metrics can be computed as well. The package allows to account for the panel structure of the data, calculating shift features relative to group averages. The visualization module allows output a variety of visualization options, including static and dynamic scanpath plots. The architecture of the package allows seamless embedding of its preprocessing and feature extraction classes in Sklearn pipelines. Moreover, it provides datasets and models for deep learning with Pytorch.
Installation
It is recommended to install package in separate python environment: (If you want to install it to base environment, ingore steps 1-2)
- In conda you can create it with
conda create -n <name_of_environment>
- To activate environment write
conda activate <name_of_environment>
. In order to make it visible in jupyter writepip install ipykernel
andpython -m ipykernel install --user --name <name_of_environment> --display-name "<name_of_environment>
By default eyefeatures is installed without deep
module:
- To install eyefeatures write
pip install eyefeatures
. - Write command
cd EyeFeatures
. - Write command
pip install poetry
.
If you want to install it with deep
module:
- Write command
git clone https://github.com/hse-scila/EyeFeatures
(in windows you need to do it in anaconda prompt). - Write command
cd EyeFeatures
. - Write command
pip install poetry
. - Write
poetry install --with deep
.
Documentation
Documentation for the latest version can be found here. Documentation contains description of all classes, functions and their parameters.
Tutorials
You can find notebooks with tutorials devoted to differnet parts of the library in this reposiry in tutorial folder.
Coming soon
Extensive table with references to all methods is coming soon
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eyefeatures-0.1.1.tar.gz
.
File metadata
- Download URL: eyefeatures-0.1.1.tar.gz
- Upload date:
- Size: 71.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | defe016f99457ff9dfbbf6ab895a5366b8ab979e5dc36200db6d40e2c7af99a3 |
|
MD5 | f9622f2d576e112a3dadb1c6cf467c88 |
|
BLAKE2b-256 | 6ed627ee9fe64732b387ef9fc36b8464f94b6028dfb5c5b85156119af71e53b5 |
File details
Details for the file eyefeatures-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: eyefeatures-0.1.1-py3-none-any.whl
- Upload date:
- Size: 79.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11343248bd1eab84839b11cff76ae8b96ba8d8e03ffe52afc97c3041562e5f5c |
|
MD5 | b61a9e9e3ef89f65d8b0cfc894dbaecb |
|
BLAKE2b-256 | 28686f2cc9e61d565c0137e656d8762b7b760d6e0e610306930a3d16f4925ec3 |