Skip to main content

A python package for automatically processing and modeling keystroke log data

Project description

AutoKeystroke

Start off by importing the necessary packages you will need to process your data.

from autokeystroke.modeling.trainer import KeystrokeTrainer
from autokeystroke.utils.config import KeystrokeConfig

Make sure you have your data formatted in a csv file with columns id, event_id, and down_time

data_pth = "your_data_path.csv"

Instantiate a KeystrokeConfig and KeystrokeTrainer and adjust the parameters of the config according to your preferences and specifications

config = KeystrokeConfig()
trainer = KeystrokeTrainer(data_pth, config)

Call the run method of the trainer instance and you will be able to find the trained models and results saved in the output directory

trainer.run()

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

autokeystroke-0.0.8.tar.gz (655.6 kB view details)

Uploaded Source

Built Distribution

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

autokeystroke-0.0.8-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file autokeystroke-0.0.8.tar.gz.

File metadata

  • Download URL: autokeystroke-0.0.8.tar.gz
  • Upload date:
  • Size: 655.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for autokeystroke-0.0.8.tar.gz
Algorithm Hash digest
SHA256 fb890dc98c110cb8e6c7d5e086e0fe3645af8b467c64d97e2b3e228081a25f8d
MD5 62c62671d46ac562cbba80589cf08c26
BLAKE2b-256 7c908e180b2ca0cc1c94e66548e623b32bbe86b8b84fd0bc26e6e94dcbea9a47

See more details on using hashes here.

File details

Details for the file autokeystroke-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: autokeystroke-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 15.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for autokeystroke-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 75319334f042743e7e804b8b5ab365e726da18aea16a9ef46ec15271559b7b21
MD5 f5ef119f9405895f388826dfe8db1138
BLAKE2b-256 c78ecdd8a250c0087a3415e2800373095c524dd7bc3f9df25d2833fb46ac9ca1

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