Uniovi Simur WearablePerMed Pipeline.
Project description
Description
Uniovi Simur WearablePerMed Pipeline.
Schaffolding
Execute PyScaffold command to create the project:
$ putup --markdown uniovi-simur-wearablepermed-pipeline -p wearablepermed_pipeline \
-d "Uniovi Simur WearablePerMed Pipeline." \
-u https://github.com/SiMuR-UO/uniovi-simur-wearablepermed-pipeline.git
Create a virtual environment inside for your project and active it:
$ python3 -m venv .venv
$ source .venv/bin/activate
Install and upgrade tox automation project manager:
$ pip install --upgrade tox
Install and upgrade project modules:
$ pip install -U pandas uniovi-simur-wearablepermed-utils
Code and Debugging
Install library modules:
$ pip install -r requirements.txt
Install module locally for debugg
$ pip install -e .
Update project requirements:
$ pip freeze > requirements.txt
If you want upgrade the pipeline library to the last uniovi-simur-wearablepermed-utils you must execute this command (two times):
$ pip install uniovi-simur-wearablepermed-utils --upgrade
Project management
Project commands for: test, clean, build, generate documentation or publish your library in pypi repository. Don't forget update the version library from setup.cfg project build file
$ tox
$ tox -e clean
$ tox -e build
$ tox -e docs
$ tox -e publish -- --repository pypi
Testing
Execute one pipeline from this command:
python3 main.py \
--verbose \
--execute-steps 2,3,4,5,6 \
--dataset-folder /home/miguel/git/uniovi/simur/uniovi-simur-wearablepermed-utils/data/input \
--participants-missing-file /home/miguel/temp/wearablepermed_pipeline/missing_end_datetimes.csv \
--crop-columns 1:7 \
--window-size 250 \
--window-overlapping-percent 50 \
--ml-models ESANN,RandomForest \
--ml-sensors thigh,hip,wrist \
--output-case-folder /home/miguel/git/uniovi/simur/uniovi-simur-wearablepermed-utils/data/output \
--case-id case_sample
Note
This project has been set up using PyScaffold 4.6. For details and usage information on PyScaffold see https://pyscaffold.org/.
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
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 uniovi_simur_wearablepermed_pipeline-1.17.0.tar.gz.
File metadata
- Download URL: uniovi_simur_wearablepermed_pipeline-1.17.0.tar.gz
- Upload date:
- Size: 27.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39e938dbee1f55a7fb3c6e8c026b86b512206308b6bfbd768c1d91f6aaba08fd
|
|
| MD5 |
ed5c5ddda0a157358425b00e839dccab
|
|
| BLAKE2b-256 |
36134474a5d3715a428c5c06dc9ca00f124a90d1c2686b070af9aafd72d0c8cf
|
File details
Details for the file uniovi_simur_wearablepermed_pipeline-1.17.0-py3-none-any.whl.
File metadata
- Download URL: uniovi_simur_wearablepermed_pipeline-1.17.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7f9fcd893fb8f6e7fb5fc76ba1287cbf3737132e9680fe96e0df9cde647aec5
|
|
| MD5 |
51bed39e3552acb99d878a2765e38c3c
|
|
| BLAKE2b-256 |
e992e0665170b8f228d3821982e6bb11a7ae4c08b94879706e07f23896126903
|