Adds a record loaders to the pyPhases package
Project description
Extension for pyPhasesRecordloader
Extension to load data records from the Multi-Ethnic Study of Atherosclerosis (CFS) database.
The extensions requires a downloaded version of the CFS dataset. The location can be set through the config value cfs-path.
Usage
In a phase you can acess the data through the RecordLoader:
Add the plugins and config values to your project.yaml:
name: MyProject
plugins:
- pyPhasesML
- pyPhasesRecordloaderCFS
- pyPhasesRecordloader
phases:
- name: MyPhase
config:
cfs-path: C:/datasets/cfs
In a phase (phases/MyPhase.py) you can acess the records through the RecordLoader:
from pyPhasesRecordloader import RecordLoader
from pyPhases import Phase
class MyPhase(Phase):
def run(self):
recordIds = recordLoader.getRecordList()
for recordId in recordIds:
record = recordLoader.getRecord(recordId)
Run Your project with python -m phases run MyPhase
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
File details
Details for the file pyphasesrecordloadercfs-0.2.0.tar.gz.
File metadata
- Download URL: pyphasesrecordloadercfs-0.2.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e917841b8520a06d2c33eb7366fbd1abbfa2e13ff0fe45b323e141bb631f3202
|
|
| MD5 |
38ba2242667d545521814f3b5e35738f
|
|
| BLAKE2b-256 |
04836bceb29918304c4de5e643532ab91f27f0c583fe936347ca727c270ded32
|