Skip to main content

Toolkit and interactive widget for querying time-series healthcare data

Project description

TempoQL: Standardized Temporal Queries for ML in Healthcare

Quickstart

You may first want to create a conda environment to install packages in. Use a Python version between 3.10 and 3.14 for compatibility with TempoQL's dependencies. Then run:

pip install tempo-ql

We have had issues in the past running the JupyterLab widget with virtualenv - therefore we recommend using conda.

Online Examples

There are two examples on Google Colab to show you how TempoQL can be used, both involving the MIMIC-IV dataset but in different data formats:

Example Usage

The demo.ipynb and demo_mimiciv_full.ipynb notebooks in the repo (or the Colab examples above) shows how to use the query language using MIMIC-IV in OMOP format. You can run these to explore how TempoQL enables simple, readable and precise queries on EHR data.

You will need a dataset and a dataset specification to start using TempoQL. Then, you can import TempoQL and use it in your Python code like this:

from tempo_ql import QueryEngine, GenericDataset, formats

db_specification = formats.omop() # also available: mimiciv(), eicu()
sql_connection_string = "bigquery://my-project" # or "duckdb://my_local_db", etc.
dataset = GenericDataset(sql_connection_string, db_specification)

query_engine = QueryEngine(dataset)
# see demo.ipynb for further options, such as configuring a variable store

query_engine.list_data_elements(scope="Measurement") # returns a dataframe of Measurement concepts

query_engine.query("{Temperature Celsius; scope = Measurement}") # retrieves temperature measurements

You can access the interactive query authoring environment in a Jupyter notebook (or VSCode IPython notebook) like so:

query_engine.interactive(file_path=..., api_key=...)

Both file_path and api_key are optional. file_path allows you to read and write queries from a local JSON file, enabling you to persist the queries that you create in the interactive session. api_key can be a Gemini API key allowing you to use LLMs to author, update, explain, and debug queries.

Dev Notes

For local install: clone the repo, cd into it and run pip install -e ..

Running the dev server: Make sure you have NodeJS version 20 or later. cd into the client directory, run npm install, then npm run dev. Then in your call to QueryEngine.interactive, set dev=True. Now when you change the frontend source code, the widget will automatically update.

If the Vite dev server stops working after you make some changes (it may show a JavaScript error like 'failed to load model'), check that any imports of TypeScript types are prefixed with the word type.

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

tempo_ql-0.1.3.tar.gz (368.0 kB view details)

Uploaded Source

Built Distribution

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

tempo_ql-0.1.3-py3-none-any.whl (186.5 kB view details)

Uploaded Python 3

File details

Details for the file tempo_ql-0.1.3.tar.gz.

File metadata

  • Download URL: tempo_ql-0.1.3.tar.gz
  • Upload date:
  • Size: 368.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for tempo_ql-0.1.3.tar.gz
Algorithm Hash digest
SHA256 95b6920fb3adc3db6a9001bdd04cf6c1024317cd8584f52bd0699e5f312d22d8
MD5 e6ae4bc32aef9afc5a15c36b62f1f2cd
BLAKE2b-256 820ca843c5e6f29e2c1266db5ae9008bdfa5c28d6645ad066bb4c6f32cbfdef5

See more details on using hashes here.

File details

Details for the file tempo_ql-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: tempo_ql-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 186.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for tempo_ql-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 54c81284c3b3523d4b3cf4bcef833439119783477d8fe46d816caac74224979d
MD5 0841f7bbd673f1fce0ebff0b21bd4d20
BLAKE2b-256 d6ecd07cf5a4260fb2bb617cf8ea6fc323dd5ad80a756c25d1699f37ba00a582

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