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
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
autokeystroke_rb3-0.0.2.tar.gz
(551.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autokeystroke_rb3-0.0.2.tar.gz.
File metadata
- Download URL: autokeystroke_rb3-0.0.2.tar.gz
- Upload date:
- Size: 551.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0350e948da792a12c646fa5fbacf885543acc48ff0f826a496ca10eb4e595c2
|
|
| MD5 |
11c3afbcecb0d5712e5172dd75321565
|
|
| BLAKE2b-256 |
16a08cca7a340276ff398847801ef8a7be7fd26b427ad46c36714c0f04fe9801
|
File details
Details for the file autokeystroke_rb3-0.0.2-py3-none-any.whl.
File metadata
- Download URL: autokeystroke_rb3-0.0.2-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e718f74a8e381e8bac78e6482a4c55a4e98b85bbdf534a6887472cf9ae0c04d0
|
|
| MD5 |
2543172dd8ff76add6a1ff6a63fdf5ba
|
|
| BLAKE2b-256 |
42c7913b1793956edbb09ae99d83360271a610ff828ab23d6b36b4719b5ad7e3
|